Class CfnResourceDefinitionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResourceDefinitionPropsMixin>
- Enclosing class:
CfnResourceDefinitionPropsMixin
CfnResourceDefinitionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The resource definition version to include when the resource definition is created.initialVersion(IResolvable initialVersion) The resource definition version to include when the resource definition is created.The name of the resource definition.Application-specific metadata to attach to the resource definition.
-
Method Details
-
create
@Stability(Stable) public static CfnResourceDefinitionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnResourceDefinitionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnResourceDefinitionPropsMixin.Builder.
-
initialVersion
@Stability(Stable) public CfnResourceDefinitionPropsMixin.Builder initialVersion(IResolvable initialVersion) The resource definition version to include when the resource definition is created.A resource definition version contains a list of
resource instanceproperty types.To associate a resource definition version after the resource definition is created, create an
AWS::Greengrass::ResourceDefinitionVersionresource and specify the ID of this resource definition.- Parameters:
initialVersion- The resource definition version to include when the resource definition is created. This parameter is required.- Returns:
this- See Also:
-
initialVersion
@Stability(Stable) public CfnResourceDefinitionPropsMixin.Builder initialVersion(CfnResourceDefinitionPropsMixin.ResourceDefinitionVersionProperty initialVersion) The resource definition version to include when the resource definition is created.A resource definition version contains a list of
resource instanceproperty types.To associate a resource definition version after the resource definition is created, create an
AWS::Greengrass::ResourceDefinitionVersionresource and specify the ID of this resource definition.- Parameters:
initialVersion- The resource definition version to include when the resource definition is created. This parameter is required.- Returns:
this- See Also:
-
name
The name of the resource definition.- Parameters:
name- The name of the resource definition. This parameter is required.- Returns:
this- See Also:
-
tags
Application-specific metadata to attach to the resource definition.You can use tags in IAM policies to control access to AWS IoT Greengrass resources. You can also use tags to categorize your resources. For more information, see Tagging Your AWS IoT Greengrass Resources in the Developer Guide .
This
Jsonproperty type is processed as a map of key-value pairs. It uses the following format, which is different from mostTagsimplementations in CloudFormation templates."Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value" }- Parameters:
tags- Application-specific metadata to attach to the resource definition. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResourceDefinitionPropsMixin>- Returns:
- a newly built instance of
CfnResourceDefinitionPropsMixin.
-