@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-03-10T02:24:05.254Z") @Stability(value=Stable) public class CfnDatasetGroup extends CfnResource implements IInspectable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.forecast.*;
CfnDatasetGroup cfnDatasetGroup = CfnDatasetGroup.Builder.create(this, "MyCfnDatasetGroup")
.datasetGroupName("datasetGroupName")
.domain("domain")
// the properties below are optional
.datasetArns(List.of("datasetArns"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDatasetGroup.Builder
A fluent builder for
CfnDatasetGroup. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnDatasetGroup(Construct scope,
String id,
CfnDatasetGroupProps props)
Create a new `AWS::Forecast::DatasetGroup`.
|
protected |
CfnDatasetGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDatasetGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrDatasetGroupArn() |
protected Map<String,Object> |
getCfnProperties() |
List<String> |
getDatasetArns()
`AWS::Forecast::DatasetGroup.DatasetArns`.
|
String |
getDatasetGroupName()
`AWS::Forecast::DatasetGroup.DatasetGroupName`.
|
String |
getDomain()
`AWS::Forecast::DatasetGroup.Domain`.
|
TagManager |
getTags()
`AWS::Forecast::DatasetGroup.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDatasetArns(List<String> value)
`AWS::Forecast::DatasetGroup.DatasetArns`.
|
void |
setDatasetGroupName(String value)
`AWS::Forecast::DatasetGroup.DatasetGroupName`.
|
void |
setDomain(String value)
`AWS::Forecast::DatasetGroup.Domain`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDatasetGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDatasetGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDatasetGroup(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnDatasetGroupProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrDatasetGroupArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getDatasetGroupName()
@Stability(value=Stable)
public void setDatasetGroupName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getDomain()
@Stability(value=Stable)
public void setDomain(@NotNull
String value)
@Stability(value=Stable) @Nullable public List<String> getDatasetArns()
Copyright © 2022. All rights reserved.