Documentation ¶
Index ¶
- func CfnSuiteDefinition_CFN_RESOURCE_TYPE_NAME() *string
- func CfnSuiteDefinition_IsCfnElement(x interface{}) *bool
- func CfnSuiteDefinition_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnSuiteDefinition_IsConstruct(x interface{}) *bool
- func NewCfnSuiteDefinition_Override(c CfnSuiteDefinition, scope constructs.Construct, id *string, ...)
- type CfnSuiteDefinition
- type CfnSuiteDefinitionProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnSuiteDefinition_CFN_RESOURCE_TYPE_NAME ¶
func CfnSuiteDefinition_CFN_RESOURCE_TYPE_NAME() *string
func CfnSuiteDefinition_IsCfnElement ¶
func CfnSuiteDefinition_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 CfnSuiteDefinition_IsCfnResource ¶
func CfnSuiteDefinition_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnSuiteDefinition_IsConstruct ¶
func CfnSuiteDefinition_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 NewCfnSuiteDefinition_Override ¶
func NewCfnSuiteDefinition_Override(c CfnSuiteDefinition, scope constructs.Construct, id *string, props *CfnSuiteDefinitionProps)
Create a new `AWS::IoTCoreDeviceAdvisor::SuiteDefinition`.
Types ¶
type CfnSuiteDefinition ¶
type CfnSuiteDefinition interface { awscdk.CfnResource awscdk.IInspectable AttrSuiteDefinitionArn() *string AttrSuiteDefinitionId() *string AttrSuiteDefinitionVersion() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string LogicalId() *string Node() constructs.Node Ref() *string Stack() awscdk.Stack SuiteDefinitionConfiguration() interface{} SetSuiteDefinitionConfiguration(val interface{}) 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::IoTCoreDeviceAdvisor::SuiteDefinition`.
func NewCfnSuiteDefinition ¶
func NewCfnSuiteDefinition(scope constructs.Construct, id *string, props *CfnSuiteDefinitionProps) CfnSuiteDefinition
Create a new `AWS::IoTCoreDeviceAdvisor::SuiteDefinition`.
type CfnSuiteDefinitionProps ¶
type CfnSuiteDefinitionProps struct { // `AWS::IoTCoreDeviceAdvisor::SuiteDefinition.SuiteDefinitionConfiguration`. SuiteDefinitionConfiguration interface{} `json:"suiteDefinitionConfiguration"` // `AWS::IoTCoreDeviceAdvisor::SuiteDefinition.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::IoTCoreDeviceAdvisor::SuiteDefinition`.