awsrobomaker

package
v1.114.0-devpreview Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

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`.

func NewCfnFleet

func NewCfnFleet(scope awscdk.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 interface{} `json:"tags"`
}

Properties for defining a `AWS::RoboMaker::Fleet`.

type CfnRobot

type CfnRobot interface {
	awscdk.CfnResource
	awscdk.IInspectable
	Architecture() *string
	SetArchitecture(val *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`.

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`.

func NewCfnRobotApplication

func NewCfnRobotApplication(scope awscdk.Construct, id *string, props *CfnRobotApplicationProps) CfnRobotApplication

Create a new `AWS::RoboMaker::RobotApplication`.

type CfnRobotApplicationProps

type CfnRobotApplicationProps struct {
	// `AWS::RoboMaker::RobotApplication.RobotSoftwareSuite`.
	RobotSoftwareSuite interface{} `json:"robotSoftwareSuite"`
	// `AWS::RoboMaker::RobotApplication.Sources`.
	Sources interface{} `json:"sources"`
	// `AWS::RoboMaker::RobotApplication.CurrentRevisionId`.
	CurrentRevisionId *string `json:"currentRevisionId"`
	// `AWS::RoboMaker::RobotApplication.Name`.
	Name *string `json:"name"`
	// `AWS::RoboMaker::RobotApplication.Tags`.
	Tags interface{} `json:"tags"`
}

Properties for defining a `AWS::RoboMaker::RobotApplication`.

type CfnRobotApplicationVersion

type CfnRobotApplicationVersion interface {
	awscdk.CfnResource
	awscdk.IInspectable
	Application() *string
	SetApplication(val *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`.

func NewCfnRobotApplicationVersion

func NewCfnRobotApplicationVersion(scope awscdk.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`.

type CfnRobotApplication_RobotSoftwareSuiteProperty

type CfnRobotApplication_RobotSoftwareSuiteProperty struct {
	// `CfnRobotApplication.RobotSoftwareSuiteProperty.Name`.
	Name *string `json:"name"`
	// `CfnRobotApplication.RobotSoftwareSuiteProperty.Version`.
	Version *string `json:"version"`
}

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"`
}

type CfnRobotProps

type CfnRobotProps struct {
	// `AWS::RoboMaker::Robot.Architecture`.
	Architecture *string `json:"architecture"`
	// `AWS::RoboMaker::Robot.GreengrassGroupId`.
	GreengrassGroupId *string `json:"greengrassGroupId"`
	// `AWS::RoboMaker::Robot.Fleet`.
	Fleet *string `json:"fleet"`
	// `AWS::RoboMaker::Robot.Name`.
	Name *string `json:"name"`
	// `AWS::RoboMaker::Robot.Tags`.
	Tags interface{} `json:"tags"`
}

Properties for defining a `AWS::RoboMaker::Robot`.

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)
	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`.

func NewCfnSimulationApplication

func NewCfnSimulationApplication(scope awscdk.Construct, id *string, props *CfnSimulationApplicationProps) CfnSimulationApplication

Create a new `AWS::RoboMaker::SimulationApplication`.

type CfnSimulationApplicationProps

type CfnSimulationApplicationProps struct {
	// `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.CurrentRevisionId`.
	CurrentRevisionId *string `json:"currentRevisionId"`
	// `AWS::RoboMaker::SimulationApplication.Name`.
	Name *string `json:"name"`
	// `AWS::RoboMaker::SimulationApplication.Tags`.
	Tags interface{} `json:"tags"`
}

Properties for defining a `AWS::RoboMaker::SimulationApplication`.

type CfnSimulationApplicationVersion

type CfnSimulationApplicationVersion interface {
	awscdk.CfnResource
	awscdk.IInspectable
	Application() *string
	SetApplication(val *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`.

func NewCfnSimulationApplicationVersion

func NewCfnSimulationApplicationVersion(scope awscdk.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`.

type CfnSimulationApplication_RenderingEngineProperty

type CfnSimulationApplication_RenderingEngineProperty struct {
	// `CfnSimulationApplication.RenderingEngineProperty.Name`.
	Name *string `json:"name"`
	// `CfnSimulationApplication.RenderingEngineProperty.Version`.
	Version *string `json:"version"`
}

type CfnSimulationApplication_RobotSoftwareSuiteProperty

type CfnSimulationApplication_RobotSoftwareSuiteProperty struct {
	// `CfnSimulationApplication.RobotSoftwareSuiteProperty.Name`.
	Name *string `json:"name"`
	// `CfnSimulationApplication.RobotSoftwareSuiteProperty.Version`.
	Version *string `json:"version"`
}

type CfnSimulationApplication_SimulationSoftwareSuiteProperty

type CfnSimulationApplication_SimulationSoftwareSuiteProperty struct {
	// `CfnSimulationApplication.SimulationSoftwareSuiteProperty.Name`.
	Name *string `json:"name"`
	// `CfnSimulationApplication.SimulationSoftwareSuiteProperty.Version`.
	Version *string `json:"version"`
}

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"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL