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 constructs.Construct, id *string, props *CfnFleetProps)
- func NewCfnRobotApplicationVersion_Override(c CfnRobotApplicationVersion, scope constructs.Construct, id *string, ...)
- func NewCfnRobotApplication_Override(c CfnRobotApplication, scope constructs.Construct, id *string, ...)
- func NewCfnRobot_Override(c CfnRobot, scope constructs.Construct, id *string, props *CfnRobotProps)
- func NewCfnSimulationApplicationVersion_Override(c CfnSimulationApplicationVersion, scope constructs.Construct, id *string, ...)
- func NewCfnSimulationApplication_Override(c CfnSimulationApplication, scope constructs.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.
func CfnFleet_IsCfnResource ¶
func CfnFleet_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnFleet_IsConstruct ¶
func CfnFleet_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
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.
func CfnRobotApplicationVersion_IsCfnResource ¶
func CfnRobotApplicationVersion_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnRobotApplicationVersion_IsConstruct ¶
func CfnRobotApplicationVersion_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
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.
func CfnRobotApplication_IsCfnResource ¶
func CfnRobotApplication_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnRobotApplication_IsConstruct ¶
func CfnRobotApplication_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
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.
func CfnRobot_IsCfnResource ¶
func CfnRobot_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnRobot_IsConstruct ¶
func CfnRobot_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
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.
func CfnSimulationApplicationVersion_IsCfnResource ¶
func CfnSimulationApplicationVersion_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnSimulationApplicationVersion_IsConstruct ¶
func CfnSimulationApplicationVersion_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
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.
func CfnSimulationApplication_IsCfnResource ¶
func CfnSimulationApplication_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnSimulationApplication_IsConstruct ¶
func CfnSimulationApplication_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func NewCfnFleet_Override ¶
func NewCfnFleet_Override(c CfnFleet, scope constructs.Construct, id *string, props *CfnFleetProps)
Create a new `AWS::RoboMaker::Fleet`.
func NewCfnRobotApplicationVersion_Override ¶
func NewCfnRobotApplicationVersion_Override(c CfnRobotApplicationVersion, scope constructs.Construct, id *string, props *CfnRobotApplicationVersionProps)
Create a new `AWS::RoboMaker::RobotApplicationVersion`.
func NewCfnRobotApplication_Override ¶
func NewCfnRobotApplication_Override(c CfnRobotApplication, scope constructs.Construct, id *string, props *CfnRobotApplicationProps)
Create a new `AWS::RoboMaker::RobotApplication`.
func NewCfnRobot_Override ¶
func NewCfnRobot_Override(c CfnRobot, scope constructs.Construct, id *string, props *CfnRobotProps)
Create a new `AWS::RoboMaker::Robot`.
func NewCfnSimulationApplicationVersion_Override ¶
func NewCfnSimulationApplicationVersion_Override(c CfnSimulationApplicationVersion, scope constructs.Construct, id *string, props *CfnSimulationApplicationVersionProps)
Create a new `AWS::RoboMaker::SimulationApplicationVersion`.
func NewCfnSimulationApplication_Override ¶
func NewCfnSimulationApplication_Override(c CfnSimulationApplication, scope constructs.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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::RoboMaker::Fleet`.
TODO: EXAMPLE
func NewCfnFleet ¶
func NewCfnFleet(scope constructs.Construct, id *string, props *CfnFleetProps) CfnFleet
Create a new `AWS::RoboMaker::Fleet`.
type CfnFleetProps ¶
type CfnFleetProps struct {
// `AWS::RoboMaker::Fleet.Name`.
Name *string `json:"name"`
// `AWS::RoboMaker::Fleet.Tags`.
Tags *map[string]*string `json:"tags"`
}
Properties for defining a `AWS::RoboMaker::Fleet`.
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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::RoboMaker::Robot`.
TODO: EXAMPLE
func NewCfnRobot ¶
func NewCfnRobot(scope constructs.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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::RoboMaker::RobotApplication`.
TODO: EXAMPLE
func NewCfnRobotApplication ¶
func NewCfnRobotApplication(scope constructs.Construct, id *string, props *CfnRobotApplicationProps) CfnRobotApplication
Create a new `AWS::RoboMaker::RobotApplication`.
type CfnRobotApplicationProps ¶
type CfnRobotApplicationProps struct {
// `AWS::RoboMaker::RobotApplication.CurrentRevisionId`.
CurrentRevisionId *string `json:"currentRevisionId"`
// `AWS::RoboMaker::RobotApplication.Name`.
Name *string `json:"name"`
// `AWS::RoboMaker::RobotApplication.RobotSoftwareSuite`.
RobotSoftwareSuite interface{} `json:"robotSoftwareSuite"`
// `AWS::RoboMaker::RobotApplication.Sources`.
Sources interface{} `json:"sources"`
// `AWS::RoboMaker::RobotApplication.Tags`.
Tags interface{} `json:"tags"`
}
Properties for defining a `AWS::RoboMaker::RobotApplication`.
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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::RoboMaker::RobotApplicationVersion`.
TODO: EXAMPLE
func NewCfnRobotApplicationVersion ¶
func NewCfnRobotApplicationVersion(scope constructs.Construct, id *string, props *CfnRobotApplicationVersionProps) CfnRobotApplicationVersion
Create a new `AWS::RoboMaker::RobotApplicationVersion`.
type CfnRobotApplicationVersionProps ¶
type CfnRobotApplicationVersionProps struct {
// `AWS::RoboMaker::RobotApplicationVersion.Application`.
Application *string `json:"application"`
// `AWS::RoboMaker::RobotApplicationVersion.CurrentRevisionId`.
CurrentRevisionId *string `json:"currentRevisionId"`
}
Properties for defining a `AWS::RoboMaker::RobotApplicationVersion`.
TODO: EXAMPLE
type CfnRobotApplication_RobotSoftwareSuiteProperty ¶
type CfnRobotApplication_RobotSoftwareSuiteProperty struct {
// `CfnRobotApplication.RobotSoftwareSuiteProperty.Name`.
Name *string `json:"name"`
// `CfnRobotApplication.RobotSoftwareSuiteProperty.Version`.
Version *string `json:"version"`
}
TODO: EXAMPLE
type CfnRobotApplication_SourceConfigProperty ¶
type CfnRobotApplication_SourceConfigProperty struct {
// `CfnRobotApplication.SourceConfigProperty.Architecture`.
Architecture *string `json:"architecture"`
// `CfnRobotApplication.SourceConfigProperty.S3Bucket`.
S3Bucket *string `json:"s3Bucket"`
// `CfnRobotApplication.SourceConfigProperty.S3Key`.
S3Key *string `json:"s3Key"`
}
TODO: EXAMPLE
type CfnRobotProps ¶
type CfnRobotProps struct {
// `AWS::RoboMaker::Robot.Architecture`.
Architecture *string `json:"architecture"`
// `AWS::RoboMaker::Robot.Fleet`.
Fleet *string `json:"fleet"`
// `AWS::RoboMaker::Robot.GreengrassGroupId`.
GreengrassGroupId *string `json:"greengrassGroupId"`
// `AWS::RoboMaker::Robot.Name`.
Name *string `json:"name"`
// `AWS::RoboMaker::Robot.Tags`.
Tags *map[string]*string `json:"tags"`
}
Properties for defining a `AWS::RoboMaker::Robot`.
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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::RoboMaker::SimulationApplication`.
TODO: EXAMPLE
func NewCfnSimulationApplication ¶
func NewCfnSimulationApplication(scope constructs.Construct, id *string, props *CfnSimulationApplicationProps) CfnSimulationApplication
Create a new `AWS::RoboMaker::SimulationApplication`.
type CfnSimulationApplicationProps ¶
type CfnSimulationApplicationProps struct {
// `AWS::RoboMaker::SimulationApplication.CurrentRevisionId`.
CurrentRevisionId *string `json:"currentRevisionId"`
// `AWS::RoboMaker::SimulationApplication.Environment`.
Environment *string `json:"environment"`
// `AWS::RoboMaker::SimulationApplication.Name`.
Name *string `json:"name"`
// `AWS::RoboMaker::SimulationApplication.RenderingEngine`.
RenderingEngine interface{} `json:"renderingEngine"`
// `AWS::RoboMaker::SimulationApplication.RobotSoftwareSuite`.
RobotSoftwareSuite interface{} `json:"robotSoftwareSuite"`
// `AWS::RoboMaker::SimulationApplication.SimulationSoftwareSuite`.
SimulationSoftwareSuite interface{} `json:"simulationSoftwareSuite"`
// `AWS::RoboMaker::SimulationApplication.Sources`.
Sources interface{} `json:"sources"`
// `AWS::RoboMaker::SimulationApplication.Tags`.
Tags *map[string]*string `json:"tags"`
}
Properties for defining a `AWS::RoboMaker::SimulationApplication`.
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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::RoboMaker::SimulationApplicationVersion`.
TODO: EXAMPLE
func NewCfnSimulationApplicationVersion ¶
func NewCfnSimulationApplicationVersion(scope constructs.Construct, id *string, props *CfnSimulationApplicationVersionProps) CfnSimulationApplicationVersion
Create a new `AWS::RoboMaker::SimulationApplicationVersion`.
type CfnSimulationApplicationVersionProps ¶
type CfnSimulationApplicationVersionProps struct {
// `AWS::RoboMaker::SimulationApplicationVersion.Application`.
Application *string `json:"application"`
// `AWS::RoboMaker::SimulationApplicationVersion.CurrentRevisionId`.
CurrentRevisionId *string `json:"currentRevisionId"`
}
Properties for defining a `AWS::RoboMaker::SimulationApplicationVersion`.
TODO: EXAMPLE
type CfnSimulationApplication_RenderingEngineProperty ¶
type CfnSimulationApplication_RenderingEngineProperty struct {
// `CfnSimulationApplication.RenderingEngineProperty.Name`.
Name *string `json:"name"`
// `CfnSimulationApplication.RenderingEngineProperty.Version`.
Version *string `json:"version"`
}
TODO: EXAMPLE
type CfnSimulationApplication_RobotSoftwareSuiteProperty ¶
type CfnSimulationApplication_RobotSoftwareSuiteProperty struct {
// `CfnSimulationApplication.RobotSoftwareSuiteProperty.Name`.
Name *string `json:"name"`
// `CfnSimulationApplication.RobotSoftwareSuiteProperty.Version`.
Version *string `json:"version"`
}
TODO: EXAMPLE
type CfnSimulationApplication_SimulationSoftwareSuiteProperty ¶
type CfnSimulationApplication_SimulationSoftwareSuiteProperty struct {
// `CfnSimulationApplication.SimulationSoftwareSuiteProperty.Name`.
Name *string `json:"name"`
// `CfnSimulationApplication.SimulationSoftwareSuiteProperty.Version`.
Version *string `json:"version"`
}
TODO: EXAMPLE
type CfnSimulationApplication_SourceConfigProperty ¶
type CfnSimulationApplication_SourceConfigProperty struct {
// `CfnSimulationApplication.SourceConfigProperty.Architecture`.
Architecture *string `json:"architecture"`
// `CfnSimulationApplication.SourceConfigProperty.S3Bucket`.
S3Bucket *string `json:"s3Bucket"`
// `CfnSimulationApplication.SourceConfigProperty.S3Key`.
S3Key *string `json:"s3Key"`
}
TODO: EXAMPLE