Documentation ¶
Index ¶
- func CfnFleet_CFN_RESOURCE_TYPE_NAME() *string
- func CfnFleet_IsCfnElement(x interface{}) *bool
- func CfnFleet_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnFleet_IsConstruct(x interface{}) *bool
- func CfnRobotApplicationVersion_CFN_RESOURCE_TYPE_NAME() *string
- func CfnRobotApplicationVersion_IsCfnElement(x interface{}) *bool
- func CfnRobotApplicationVersion_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnRobotApplicationVersion_IsConstruct(x interface{}) *bool
- func CfnRobotApplication_CFN_RESOURCE_TYPE_NAME() *string
- func CfnRobotApplication_IsCfnElement(x interface{}) *bool
- func CfnRobotApplication_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnRobotApplication_IsConstruct(x interface{}) *bool
- func CfnRobot_CFN_RESOURCE_TYPE_NAME() *string
- func CfnRobot_IsCfnElement(x interface{}) *bool
- func CfnRobot_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnRobot_IsConstruct(x interface{}) *bool
- func CfnSimulationApplicationVersion_CFN_RESOURCE_TYPE_NAME() *string
- func CfnSimulationApplicationVersion_IsCfnElement(x interface{}) *bool
- func CfnSimulationApplicationVersion_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnSimulationApplicationVersion_IsConstruct(x interface{}) *bool
- func CfnSimulationApplication_CFN_RESOURCE_TYPE_NAME() *string
- func CfnSimulationApplication_IsCfnElement(x interface{}) *bool
- func CfnSimulationApplication_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnSimulationApplication_IsConstruct(x interface{}) *bool
- func NewCfnFleet_Override(c CfnFleet, scope awscdk.Construct, id *string, props *CfnFleetProps)
- func NewCfnRobotApplicationVersion_Override(c CfnRobotApplicationVersion, scope awscdk.Construct, id *string, ...)
- func NewCfnRobotApplication_Override(c CfnRobotApplication, scope awscdk.Construct, id *string, ...)
- func NewCfnRobot_Override(c CfnRobot, scope awscdk.Construct, id *string, props *CfnRobotProps)
- func NewCfnSimulationApplicationVersion_Override(c CfnSimulationApplicationVersion, scope awscdk.Construct, id *string, ...)
- func NewCfnSimulationApplication_Override(c CfnSimulationApplication, scope awscdk.Construct, id *string, ...)
- type CfnFleet
- type CfnFleetProps
- type CfnRobot
- type CfnRobotApplication
- type CfnRobotApplicationProps
- type CfnRobotApplicationVersion
- type CfnRobotApplicationVersionProps
- type CfnRobotApplication_RobotSoftwareSuiteProperty
- type CfnRobotApplication_SourceConfigProperty
- type CfnRobotProps
- type CfnSimulationApplication
- type CfnSimulationApplicationProps
- type CfnSimulationApplicationVersion
- type CfnSimulationApplicationVersionProps
- type CfnSimulationApplication_RenderingEngineProperty
- type CfnSimulationApplication_RobotSoftwareSuiteProperty
- type CfnSimulationApplication_SimulationSoftwareSuiteProperty
- type CfnSimulationApplication_SourceConfigProperty
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnFleet_CFN_RESOURCE_TYPE_NAME ¶
func CfnFleet_CFN_RESOURCE_TYPE_NAME() *string
func CfnFleet_IsCfnElement ¶
func CfnFleet_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnFleet_IsCfnResource ¶
func CfnFleet_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnFleet_IsConstruct ¶
func CfnFleet_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnRobotApplicationVersion_CFN_RESOURCE_TYPE_NAME ¶
func CfnRobotApplicationVersion_CFN_RESOURCE_TYPE_NAME() *string
func CfnRobotApplicationVersion_IsCfnElement ¶
func CfnRobotApplicationVersion_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnRobotApplicationVersion_IsCfnResource ¶
func CfnRobotApplicationVersion_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnRobotApplicationVersion_IsConstruct ¶
func CfnRobotApplicationVersion_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnRobotApplication_CFN_RESOURCE_TYPE_NAME ¶
func CfnRobotApplication_CFN_RESOURCE_TYPE_NAME() *string
func CfnRobotApplication_IsCfnElement ¶
func CfnRobotApplication_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnRobotApplication_IsCfnResource ¶
func CfnRobotApplication_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnRobotApplication_IsConstruct ¶
func CfnRobotApplication_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnRobot_CFN_RESOURCE_TYPE_NAME ¶
func CfnRobot_CFN_RESOURCE_TYPE_NAME() *string
func CfnRobot_IsCfnElement ¶
func CfnRobot_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnRobot_IsCfnResource ¶
func CfnRobot_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnRobot_IsConstruct ¶
func CfnRobot_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnSimulationApplicationVersion_CFN_RESOURCE_TYPE_NAME ¶
func CfnSimulationApplicationVersion_CFN_RESOURCE_TYPE_NAME() *string
func CfnSimulationApplicationVersion_IsCfnElement ¶
func CfnSimulationApplicationVersion_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnSimulationApplicationVersion_IsCfnResource ¶
func CfnSimulationApplicationVersion_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnSimulationApplicationVersion_IsConstruct ¶
func CfnSimulationApplicationVersion_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnSimulationApplication_CFN_RESOURCE_TYPE_NAME ¶
func CfnSimulationApplication_CFN_RESOURCE_TYPE_NAME() *string
func CfnSimulationApplication_IsCfnElement ¶
func CfnSimulationApplication_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnSimulationApplication_IsCfnResource ¶
func CfnSimulationApplication_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnSimulationApplication_IsConstruct ¶
func CfnSimulationApplication_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func NewCfnFleet_Override ¶
func NewCfnFleet_Override(c CfnFleet, scope awscdk.Construct, id *string, props *CfnFleetProps)
Create a new `AWS::RoboMaker::Fleet`.
func NewCfnRobotApplicationVersion_Override ¶
func NewCfnRobotApplicationVersion_Override(c CfnRobotApplicationVersion, scope awscdk.Construct, id *string, props *CfnRobotApplicationVersionProps)
Create a new `AWS::RoboMaker::RobotApplicationVersion`.
func NewCfnRobotApplication_Override ¶
func NewCfnRobotApplication_Override(c CfnRobotApplication, scope awscdk.Construct, id *string, props *CfnRobotApplicationProps)
Create a new `AWS::RoboMaker::RobotApplication`.
func NewCfnRobot_Override ¶
func NewCfnRobot_Override(c CfnRobot, scope awscdk.Construct, id *string, props *CfnRobotProps)
Create a new `AWS::RoboMaker::Robot`.
func NewCfnSimulationApplicationVersion_Override ¶
func NewCfnSimulationApplicationVersion_Override(c CfnSimulationApplicationVersion, scope awscdk.Construct, id *string, props *CfnSimulationApplicationVersionProps)
Create a new `AWS::RoboMaker::SimulationApplicationVersion`.
func NewCfnSimulationApplication_Override ¶
func NewCfnSimulationApplication_Override(c CfnSimulationApplication, scope awscdk.Construct, id *string, props *CfnSimulationApplicationProps)
Create a new `AWS::RoboMaker::SimulationApplication`.
Types ¶
type CfnFleet ¶
type CfnFleet interface { awscdk.CfnResource awscdk.IInspectable AttrArn() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string LogicalId() *string Name() *string SetName(val *string) Node() awscdk.ConstructNode Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::RoboMaker::Fleet`.
The `AWS::RoboMaker::Fleet` resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.
TODO: EXAMPLE
func NewCfnFleet ¶
func NewCfnFleet(scope awscdk.Construct, id *string, props *CfnFleetProps) CfnFleet
Create a new `AWS::RoboMaker::Fleet`.
type CfnFleetProps ¶
type CfnFleetProps struct { // The name of the fleet. Name *string `json:"name"` // The list of all tags added to the fleet. Tags *map[string]*string `json:"tags"` }
Properties for defining a `CfnFleet`.
TODO: EXAMPLE
type CfnRobot ¶
type CfnRobot interface { awscdk.CfnResource awscdk.IInspectable Architecture() *string SetArchitecture(val *string) AttrArn() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Fleet() *string SetFleet(val *string) GreengrassGroupId() *string SetGreengrassGroupId(val *string) LogicalId() *string Name() *string SetName(val *string) Node() awscdk.ConstructNode Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::RoboMaker::Robot`.
The `AWS::RoboMaker::RobotApplication` resource creates an AWS RoboMaker robot.
TODO: EXAMPLE
func NewCfnRobot ¶
func NewCfnRobot(scope awscdk.Construct, id *string, props *CfnRobotProps) CfnRobot
Create a new `AWS::RoboMaker::Robot`.
type CfnRobotApplication ¶
type CfnRobotApplication interface { awscdk.CfnResource awscdk.IInspectable AttrArn() *string AttrCurrentRevisionId() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string CurrentRevisionId() *string SetCurrentRevisionId(val *string) LogicalId() *string Name() *string SetName(val *string) Node() awscdk.ConstructNode Ref() *string RobotSoftwareSuite() interface{} SetRobotSoftwareSuite(val interface{}) Sources() interface{} SetSources(val interface{}) Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::RoboMaker::RobotApplication`.
The `AWS::RoboMaker::RobotApplication` resource creates an AWS RoboMaker robot application.
TODO: EXAMPLE
func NewCfnRobotApplication ¶
func NewCfnRobotApplication(scope awscdk.Construct, id *string, props *CfnRobotApplicationProps) CfnRobotApplication
Create a new `AWS::RoboMaker::RobotApplication`.
type CfnRobotApplicationProps ¶
type CfnRobotApplicationProps struct { // The robot software suite (ROS distribuition) used by the robot application. RobotSoftwareSuite interface{} `json:"robotSoftwareSuite"` // The sources of the robot application. Sources interface{} `json:"sources"` // The current revision id. CurrentRevisionId *string `json:"currentRevisionId"` // The name of the robot application. Name *string `json:"name"` // A map that contains tag keys and tag values that are attached to the robot application. Tags interface{} `json:"tags"` }
Properties for defining a `CfnRobotApplication`.
TODO: EXAMPLE
type CfnRobotApplicationVersion ¶
type CfnRobotApplicationVersion interface { awscdk.CfnResource awscdk.IInspectable Application() *string SetApplication(val *string) AttrApplicationVersion() *string AttrArn() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string CurrentRevisionId() *string SetCurrentRevisionId(val *string) LogicalId() *string Node() awscdk.ConstructNode Ref() *string Stack() awscdk.Stack UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::RoboMaker::RobotApplicationVersion`.
The `AWS::RoboMaker::RobotApplicationVersion` resource creates an AWS RoboMaker robot version.
TODO: EXAMPLE
func NewCfnRobotApplicationVersion ¶
func NewCfnRobotApplicationVersion(scope awscdk.Construct, id *string, props *CfnRobotApplicationVersionProps) CfnRobotApplicationVersion
Create a new `AWS::RoboMaker::RobotApplicationVersion`.
type CfnRobotApplicationVersionProps ¶
type CfnRobotApplicationVersionProps struct { // The application information for the robot application. Application *string `json:"application"` // The current revision id for the robot application. // // If you provide a value and it matches the latest revision ID, a new version will be created. CurrentRevisionId *string `json:"currentRevisionId"` }
Properties for defining a `CfnRobotApplicationVersion`.
TODO: EXAMPLE
type CfnRobotApplication_RobotSoftwareSuiteProperty ¶
type CfnRobotApplication_RobotSoftwareSuiteProperty struct { // The name of the robot software suite (ROS distribution). Name *string `json:"name"` // The version of the robot software suite (ROS distribution). Version *string `json:"version"` }
Information about a robot software suite (ROS distribution).
TODO: EXAMPLE
type CfnRobotApplication_SourceConfigProperty ¶
type CfnRobotApplication_SourceConfigProperty struct { // The target processor architecture for the application. Architecture *string `json:"architecture"` // The Amazon S3 bucket name. S3Bucket *string `json:"s3Bucket"` // The s3 object key. S3Key *string `json:"s3Key"` }
Information about a source configuration.
TODO: EXAMPLE
type CfnRobotProps ¶
type CfnRobotProps struct { // The architecture of the robot. Architecture *string `json:"architecture"` // The Greengrass group associated with the robot. GreengrassGroupId *string `json:"greengrassGroupId"` // The Amazon Resource Name (ARN) of the fleet to which the robot will be registered. Fleet *string `json:"fleet"` // The name of the robot. Name *string `json:"name"` // A map that contains tag keys and tag values that are attached to the robot. Tags *map[string]*string `json:"tags"` }
Properties for defining a `CfnRobot`.
TODO: EXAMPLE
type CfnSimulationApplication ¶
type CfnSimulationApplication interface { awscdk.CfnResource awscdk.IInspectable AttrArn() *string AttrCurrentRevisionId() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string CurrentRevisionId() *string SetCurrentRevisionId(val *string) Environment() *string SetEnvironment(val *string) LogicalId() *string Name() *string SetName(val *string) Node() awscdk.ConstructNode Ref() *string RenderingEngine() interface{} SetRenderingEngine(val interface{}) RobotSoftwareSuite() interface{} SetRobotSoftwareSuite(val interface{}) SimulationSoftwareSuite() interface{} SetSimulationSoftwareSuite(val interface{}) Sources() interface{} SetSources(val interface{}) Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::RoboMaker::SimulationApplication`.
The `AWS::RoboMaker::SimulationApplication` resource creates an AWS RoboMaker simulation application.
TODO: EXAMPLE
func NewCfnSimulationApplication ¶
func NewCfnSimulationApplication(scope awscdk.Construct, id *string, props *CfnSimulationApplicationProps) CfnSimulationApplication
Create a new `AWS::RoboMaker::SimulationApplication`.
type CfnSimulationApplicationProps ¶
type CfnSimulationApplicationProps struct { // The robot software suite (ROS distribution) used by the simulation application. RobotSoftwareSuite interface{} `json:"robotSoftwareSuite"` // The simulation software suite used by the simulation application. SimulationSoftwareSuite interface{} `json:"simulationSoftwareSuite"` // The current revision id. CurrentRevisionId *string `json:"currentRevisionId"` // `AWS::RoboMaker::SimulationApplication.Environment`. Environment *string `json:"environment"` // The name of the simulation application. Name *string `json:"name"` // The rendering engine for the simulation application. RenderingEngine interface{} `json:"renderingEngine"` // The sources of the simulation application. Sources interface{} `json:"sources"` // A map that contains tag keys and tag values that are attached to the simulation application. Tags *map[string]*string `json:"tags"` }
Properties for defining a `CfnSimulationApplication`.
TODO: EXAMPLE
type CfnSimulationApplicationVersion ¶
type CfnSimulationApplicationVersion interface { awscdk.CfnResource awscdk.IInspectable Application() *string SetApplication(val *string) AttrApplicationVersion() *string AttrArn() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string CurrentRevisionId() *string SetCurrentRevisionId(val *string) LogicalId() *string Node() awscdk.ConstructNode Ref() *string Stack() awscdk.Stack UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::RoboMaker::SimulationApplicationVersion`.
The `AWS::RoboMaker::SimulationApplicationVersion` resource creates a version of an AWS RoboMaker simulation application.
TODO: EXAMPLE
func NewCfnSimulationApplicationVersion ¶
func NewCfnSimulationApplicationVersion(scope awscdk.Construct, id *string, props *CfnSimulationApplicationVersionProps) CfnSimulationApplicationVersion
Create a new `AWS::RoboMaker::SimulationApplicationVersion`.
type CfnSimulationApplicationVersionProps ¶
type CfnSimulationApplicationVersionProps struct { // The application information for the simulation application. Application *string `json:"application"` // The current revision id for the simulation application. // // If you provide a value and it matches the latest revision ID, a new version will be created. CurrentRevisionId *string `json:"currentRevisionId"` }
Properties for defining a `CfnSimulationApplicationVersion`.
TODO: EXAMPLE
type CfnSimulationApplication_RenderingEngineProperty ¶
type CfnSimulationApplication_RenderingEngineProperty struct { // The name of the rendering engine. Name *string `json:"name"` // The version of the rendering engine. Version *string `json:"version"` }
Information about a rendering engine.
TODO: EXAMPLE
type CfnSimulationApplication_RobotSoftwareSuiteProperty ¶
type CfnSimulationApplication_RobotSoftwareSuiteProperty struct { // The name of the robot software suite (ROS distribution). Name *string `json:"name"` // The version of the robot software suite (ROS distribution). Version *string `json:"version"` }
Information about a robot software suite (ROS distribution).
TODO: EXAMPLE
type CfnSimulationApplication_SimulationSoftwareSuiteProperty ¶
type CfnSimulationApplication_SimulationSoftwareSuiteProperty struct { // The name of the simulation software suite. Name *string `json:"name"` // The version of the simulation software suite. Version *string `json:"version"` }
Information about a simulation software suite.
TODO: EXAMPLE
type CfnSimulationApplication_SourceConfigProperty ¶
type CfnSimulationApplication_SourceConfigProperty struct { // The target processor architecture for the application. Architecture *string `json:"architecture"` // The Amazon S3 bucket name. S3Bucket *string `json:"s3Bucket"` // The s3 object key. S3Key *string `json:"s3Key"` }
Information about a source configuration.
TODO: EXAMPLE