Documentation
¶
Index ¶
- func CloudformationStackSetInstance_IsConstruct(x interface{}) *bool
- func CloudformationStackSetInstance_IsTerraformElement(x interface{}) *bool
- func CloudformationStackSetInstance_IsTerraformResource(x interface{}) *bool
- func CloudformationStackSetInstance_TfResourceType() *string
- func NewCloudformationStackSetInstanceDeploymentTargetsOutputReference_Override(c CloudformationStackSetInstanceDeploymentTargetsOutputReference, ...)
- func NewCloudformationStackSetInstanceOperationPreferencesOutputReference_Override(c CloudformationStackSetInstanceOperationPreferencesOutputReference, ...)
- func NewCloudformationStackSetInstanceTimeoutsOutputReference_Override(c CloudformationStackSetInstanceTimeoutsOutputReference, ...)
- func NewCloudformationStackSetInstance_Override(c CloudformationStackSetInstance, scope constructs.Construct, id *string, ...)
- type CloudformationStackSetInstance
- type CloudformationStackSetInstanceConfig
- type CloudformationStackSetInstanceDeploymentTargets
- type CloudformationStackSetInstanceDeploymentTargetsOutputReference
- type CloudformationStackSetInstanceOperationPreferences
- type CloudformationStackSetInstanceOperationPreferencesOutputReference
- type CloudformationStackSetInstanceTimeouts
- type CloudformationStackSetInstanceTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloudformationStackSetInstance_IsConstruct ¶
func CloudformationStackSetInstance_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func CloudformationStackSetInstance_IsTerraformElement ¶
func CloudformationStackSetInstance_IsTerraformElement(x interface{}) *bool
Experimental.
func CloudformationStackSetInstance_IsTerraformResource ¶
func CloudformationStackSetInstance_IsTerraformResource(x interface{}) *bool
Experimental.
func CloudformationStackSetInstance_TfResourceType ¶
func CloudformationStackSetInstance_TfResourceType() *string
func NewCloudformationStackSetInstanceDeploymentTargetsOutputReference_Override ¶
func NewCloudformationStackSetInstanceDeploymentTargetsOutputReference_Override(c CloudformationStackSetInstanceDeploymentTargetsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudformationStackSetInstanceOperationPreferencesOutputReference_Override ¶
func NewCloudformationStackSetInstanceOperationPreferencesOutputReference_Override(c CloudformationStackSetInstanceOperationPreferencesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudformationStackSetInstanceTimeoutsOutputReference_Override ¶
func NewCloudformationStackSetInstanceTimeoutsOutputReference_Override(c CloudformationStackSetInstanceTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudformationStackSetInstance_Override ¶
func NewCloudformationStackSetInstance_Override(c CloudformationStackSetInstance, scope constructs.Construct, id *string, config *CloudformationStackSetInstanceConfig)
Create a new {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance aws_cloudformation_stack_set_instance} Resource.
Types ¶
type CloudformationStackSetInstance ¶
type CloudformationStackSetInstance interface {
cdktf.TerraformResource
AccountId() *string
SetAccountId(val *string)
AccountIdInput() *string
CallAs() *string
SetCallAs(val *string)
CallAsInput() *string
// Experimental.
CdktfStack() cdktf.TerraformStack
// Experimental.
Connection() interface{}
// Experimental.
SetConnection(val interface{})
// Experimental.
ConstructNodeMetadata() *map[string]interface{}
// Experimental.
Count() *float64
// Experimental.
SetCount(val *float64)
// Experimental.
DependsOn() *[]*string
// Experimental.
SetDependsOn(val *[]*string)
DeploymentTargets() CloudformationStackSetInstanceDeploymentTargetsOutputReference
DeploymentTargetsInput() *CloudformationStackSetInstanceDeploymentTargets
// Experimental.
ForEach() cdktf.ITerraformIterator
// Experimental.
SetForEach(val cdktf.ITerraformIterator)
// Experimental.
Fqn() *string
// Experimental.
FriendlyUniqueId() *string
Id() *string
SetId(val *string)
IdInput() *string
// Experimental.
Lifecycle() *cdktf.TerraformResourceLifecycle
// Experimental.
SetLifecycle(val *cdktf.TerraformResourceLifecycle)
// The tree node.
Node() constructs.Node
OperationPreferences() CloudformationStackSetInstanceOperationPreferencesOutputReference
OperationPreferencesInput() *CloudformationStackSetInstanceOperationPreferences
OrganizationalUnitId() *string
ParameterOverrides() *map[string]*string
SetParameterOverrides(val *map[string]*string)
ParameterOverridesInput() *map[string]*string
// Experimental.
Provider() cdktf.TerraformProvider
// Experimental.
SetProvider(val cdktf.TerraformProvider)
// Experimental.
Provisioners() *[]interface{}
// Experimental.
SetProvisioners(val *[]interface{})
// Experimental.
RawOverrides() interface{}
Region() *string
SetRegion(val *string)
RegionInput() *string
RetainStack() interface{}
SetRetainStack(val interface{})
RetainStackInput() interface{}
StackId() *string
StackSetName() *string
SetStackSetName(val *string)
StackSetNameInput() *string
// Experimental.
TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
// Experimental.
TerraformMetaArguments() *map[string]interface{}
// Experimental.
TerraformResourceType() *string
Timeouts() CloudformationStackSetInstanceTimeoutsOutputReference
TimeoutsInput() interface{}
// Experimental.
AddOverride(path *string, value interface{})
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable
// Overrides the auto-generated logical ID with a specific ID.
// Experimental.
OverrideLogicalId(newLogicalId *string)
PutDeploymentTargets(value *CloudformationStackSetInstanceDeploymentTargets)
PutOperationPreferences(value *CloudformationStackSetInstanceOperationPreferences)
PutTimeouts(value *CloudformationStackSetInstanceTimeouts)
ResetAccountId()
ResetCallAs()
ResetDeploymentTargets()
ResetId()
ResetOperationPreferences()
// Resets a previously passed logical Id to use the auto-generated logical id again.
// Experimental.
ResetOverrideLogicalId()
ResetParameterOverrides()
ResetRegion()
ResetRetainStack()
ResetTimeouts()
SynthesizeAttributes() *map[string]interface{}
// Experimental.
ToMetadata() interface{}
// Returns a string representation of this construct.
ToString() *string
// Adds this resource to the terraform JSON output.
// Experimental.
ToTerraform() interface{}
}
Represents a {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance aws_cloudformation_stack_set_instance}.
func NewCloudformationStackSetInstance ¶
func NewCloudformationStackSetInstance(scope constructs.Construct, id *string, config *CloudformationStackSetInstanceConfig) CloudformationStackSetInstance
Create a new {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance aws_cloudformation_stack_set_instance} Resource.
type CloudformationStackSetInstanceConfig ¶
type CloudformationStackSetInstanceConfig struct {
// Experimental.
Connection interface{} `field:"optional" json:"connection" yaml:"connection"`
// Experimental.
Count *float64 `field:"optional" json:"count" yaml:"count"`
// Experimental.
DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"`
// Experimental.
ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"`
// Experimental.
Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"`
// Experimental.
Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"`
// Experimental.
Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#stack_set_name CloudformationStackSetInstance#stack_set_name}.
StackSetName *string `field:"required" json:"stackSetName" yaml:"stackSetName"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#account_id CloudformationStackSetInstance#account_id}.
AccountId *string `field:"optional" json:"accountId" yaml:"accountId"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#call_as CloudformationStackSetInstance#call_as}.
CallAs *string `field:"optional" json:"callAs" yaml:"callAs"`
// deployment_targets block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#deployment_targets CloudformationStackSetInstance#deployment_targets}
DeploymentTargets *CloudformationStackSetInstanceDeploymentTargets `field:"optional" json:"deploymentTargets" yaml:"deploymentTargets"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#id CloudformationStackSetInstance#id}.
//
// Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
// If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
Id *string `field:"optional" json:"id" yaml:"id"`
// operation_preferences block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#operation_preferences CloudformationStackSetInstance#operation_preferences}
OperationPreferences *CloudformationStackSetInstanceOperationPreferences `field:"optional" json:"operationPreferences" yaml:"operationPreferences"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#parameter_overrides CloudformationStackSetInstance#parameter_overrides}.
ParameterOverrides *map[string]*string `field:"optional" json:"parameterOverrides" yaml:"parameterOverrides"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#region CloudformationStackSetInstance#region}.
Region *string `field:"optional" json:"region" yaml:"region"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#retain_stack CloudformationStackSetInstance#retain_stack}.
RetainStack interface{} `field:"optional" json:"retainStack" yaml:"retainStack"`
// timeouts block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#timeouts CloudformationStackSetInstance#timeouts}
Timeouts *CloudformationStackSetInstanceTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"`
}
type CloudformationStackSetInstanceDeploymentTargets ¶
type CloudformationStackSetInstanceDeploymentTargets struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#organizational_unit_ids CloudformationStackSetInstance#organizational_unit_ids}.
OrganizationalUnitIds *[]*string `field:"optional" json:"organizationalUnitIds" yaml:"organizationalUnitIds"`
}
type CloudformationStackSetInstanceDeploymentTargetsOutputReference ¶
type CloudformationStackSetInstanceDeploymentTargetsOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *CloudformationStackSetInstanceDeploymentTargets
SetInternalValue(val *CloudformationStackSetInstanceDeploymentTargets)
OrganizationalUnitIds() *[]*string
SetOrganizationalUnitIds(val *[]*string)
OrganizationalUnitIdsInput() *[]*string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetOrganizationalUnitIds()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewCloudformationStackSetInstanceDeploymentTargetsOutputReference ¶
func NewCloudformationStackSetInstanceDeploymentTargetsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudformationStackSetInstanceDeploymentTargetsOutputReference
type CloudformationStackSetInstanceOperationPreferences ¶
type CloudformationStackSetInstanceOperationPreferences struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#failure_tolerance_count CloudformationStackSetInstance#failure_tolerance_count}.
FailureToleranceCount *float64 `field:"optional" json:"failureToleranceCount" yaml:"failureToleranceCount"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#failure_tolerance_percentage CloudformationStackSetInstance#failure_tolerance_percentage}.
FailureTolerancePercentage *float64 `field:"optional" json:"failureTolerancePercentage" yaml:"failureTolerancePercentage"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#max_concurrent_count CloudformationStackSetInstance#max_concurrent_count}.
MaxConcurrentCount *float64 `field:"optional" json:"maxConcurrentCount" yaml:"maxConcurrentCount"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#max_concurrent_percentage CloudformationStackSetInstance#max_concurrent_percentage}.
MaxConcurrentPercentage *float64 `field:"optional" json:"maxConcurrentPercentage" yaml:"maxConcurrentPercentage"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#region_concurrency_type CloudformationStackSetInstance#region_concurrency_type}.
RegionConcurrencyType *string `field:"optional" json:"regionConcurrencyType" yaml:"regionConcurrencyType"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#region_order CloudformationStackSetInstance#region_order}.
RegionOrder *[]*string `field:"optional" json:"regionOrder" yaml:"regionOrder"`
}
type CloudformationStackSetInstanceOperationPreferencesOutputReference ¶
type CloudformationStackSetInstanceOperationPreferencesOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
FailureToleranceCount() *float64
SetFailureToleranceCount(val *float64)
FailureToleranceCountInput() *float64
FailureTolerancePercentage() *float64
SetFailureTolerancePercentage(val *float64)
FailureTolerancePercentageInput() *float64
// Experimental.
Fqn() *string
InternalValue() *CloudformationStackSetInstanceOperationPreferences
SetInternalValue(val *CloudformationStackSetInstanceOperationPreferences)
MaxConcurrentCount() *float64
SetMaxConcurrentCount(val *float64)
MaxConcurrentCountInput() *float64
MaxConcurrentPercentage() *float64
SetMaxConcurrentPercentage(val *float64)
MaxConcurrentPercentageInput() *float64
RegionConcurrencyType() *string
SetRegionConcurrencyType(val *string)
RegionConcurrencyTypeInput() *string
RegionOrder() *[]*string
SetRegionOrder(val *[]*string)
RegionOrderInput() *[]*string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetFailureToleranceCount()
ResetFailureTolerancePercentage()
ResetMaxConcurrentCount()
ResetMaxConcurrentPercentage()
ResetRegionConcurrencyType()
ResetRegionOrder()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewCloudformationStackSetInstanceOperationPreferencesOutputReference ¶
func NewCloudformationStackSetInstanceOperationPreferencesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudformationStackSetInstanceOperationPreferencesOutputReference
type CloudformationStackSetInstanceTimeouts ¶
type CloudformationStackSetInstanceTimeouts struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#create CloudformationStackSetInstance#create}.
Create *string `field:"optional" json:"create" yaml:"create"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#delete CloudformationStackSetInstance#delete}.
Delete *string `field:"optional" json:"delete" yaml:"delete"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/cloudformation_stack_set_instance#update CloudformationStackSetInstance#update}.
Update *string `field:"optional" json:"update" yaml:"update"`
}
type CloudformationStackSetInstanceTimeoutsOutputReference ¶
type CloudformationStackSetInstanceTimeoutsOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
Create() *string
SetCreate(val *string)
CreateInput() *string
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
Delete() *string
SetDelete(val *string)
DeleteInput() *string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Update() *string
SetUpdate(val *string)
UpdateInput() *string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetCreate()
ResetDelete()
ResetUpdate()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewCloudformationStackSetInstanceTimeoutsOutputReference ¶
func NewCloudformationStackSetInstanceTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudformationStackSetInstanceTimeoutsOutputReference
Source Files
¶
- CloudformationStackSetInstance.go
- CloudformationStackSetInstanceConfig.go
- CloudformationStackSetInstanceDeploymentTargets.go
- CloudformationStackSetInstanceDeploymentTargetsOutputReference.go
- CloudformationStackSetInstanceDeploymentTargetsOutputReference__checks.go
- CloudformationStackSetInstanceOperationPreferences.go
- CloudformationStackSetInstanceOperationPreferencesOutputReference.go
- CloudformationStackSetInstanceOperationPreferencesOutputReference__checks.go
- CloudformationStackSetInstanceTimeouts.go
- CloudformationStackSetInstanceTimeoutsOutputReference.go
- CloudformationStackSetInstanceTimeoutsOutputReference__checks.go
- CloudformationStackSetInstance__checks.go
- main.go