Documentation ¶
Index ¶
- func CloudformationStackSet_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func CloudformationStackSet_IsConstruct(x interface{}) *bool
- func CloudformationStackSet_IsTerraformElement(x interface{}) *bool
- func CloudformationStackSet_IsTerraformResource(x interface{}) *bool
- func CloudformationStackSet_TfResourceType() *string
- func NewCloudformationStackSetAutoDeploymentOutputReference_Override(c CloudformationStackSetAutoDeploymentOutputReference, ...)
- func NewCloudformationStackSetManagedExecutionOutputReference_Override(c CloudformationStackSetManagedExecutionOutputReference, ...)
- func NewCloudformationStackSetOperationPreferencesOutputReference_Override(c CloudformationStackSetOperationPreferencesOutputReference, ...)
- func NewCloudformationStackSetTimeoutsOutputReference_Override(c CloudformationStackSetTimeoutsOutputReference, ...)
- func NewCloudformationStackSet_Override(c CloudformationStackSet, scope constructs.Construct, id *string, ...)
- type CloudformationStackSet
- type CloudformationStackSetAutoDeployment
- type CloudformationStackSetAutoDeploymentOutputReference
- type CloudformationStackSetConfig
- type CloudformationStackSetManagedExecution
- type CloudformationStackSetManagedExecutionOutputReference
- type CloudformationStackSetOperationPreferences
- type CloudformationStackSetOperationPreferencesOutputReference
- type CloudformationStackSetTimeouts
- type CloudformationStackSetTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloudformationStackSet_GenerateConfigForImport ¶
func CloudformationStackSet_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a CloudformationStackSet resource upon running "cdktf plan <stack-name>".
func CloudformationStackSet_IsConstruct ¶
func CloudformationStackSet_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 CloudformationStackSet_IsTerraformElement ¶
func CloudformationStackSet_IsTerraformElement(x interface{}) *bool
Experimental.
func CloudformationStackSet_IsTerraformResource ¶
func CloudformationStackSet_IsTerraformResource(x interface{}) *bool
Experimental.
func CloudformationStackSet_TfResourceType ¶
func CloudformationStackSet_TfResourceType() *string
func NewCloudformationStackSetAutoDeploymentOutputReference_Override ¶
func NewCloudformationStackSetAutoDeploymentOutputReference_Override(c CloudformationStackSetAutoDeploymentOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudformationStackSetManagedExecutionOutputReference_Override ¶
func NewCloudformationStackSetManagedExecutionOutputReference_Override(c CloudformationStackSetManagedExecutionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudformationStackSetOperationPreferencesOutputReference_Override ¶
func NewCloudformationStackSetOperationPreferencesOutputReference_Override(c CloudformationStackSetOperationPreferencesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudformationStackSetTimeoutsOutputReference_Override ¶
func NewCloudformationStackSetTimeoutsOutputReference_Override(c CloudformationStackSetTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCloudformationStackSet_Override ¶
func NewCloudformationStackSet_Override(c CloudformationStackSet, scope constructs.Construct, id *string, config *CloudformationStackSetConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set aws_cloudformation_stack_set} Resource.
Types ¶
type CloudformationStackSet ¶
type CloudformationStackSet interface { cdktf.TerraformResource AdministrationRoleArn() *string SetAdministrationRoleArn(val *string) AdministrationRoleArnInput() *string Arn() *string AutoDeployment() CloudformationStackSetAutoDeploymentOutputReference AutoDeploymentInput() *CloudformationStackSetAutoDeployment CallAs() *string SetCallAs(val *string) CallAsInput() *string Capabilities() *[]*string SetCapabilities(val *[]*string) CapabilitiesInput() *[]*string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string ExecutionRoleName() *string SetExecutionRoleName(val *string) ExecutionRoleNameInput() *string // 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) ManagedExecution() CloudformationStackSetManagedExecutionOutputReference ManagedExecutionInput() *CloudformationStackSetManagedExecution Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node OperationPreferences() CloudformationStackSetOperationPreferencesOutputReference OperationPreferencesInput() *CloudformationStackSetOperationPreferences Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*string PermissionModel() *string SetPermissionModel(val *string) PermissionModelInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} StackSetId() *string Tags() *map[string]*string SetTags(val *map[string]*string) TagsAll() *map[string]*string SetTagsAll(val *map[string]*string) TagsAllInput() *map[string]*string TagsInput() *map[string]*string TemplateBody() *string SetTemplateBody(val *string) TemplateBodyInput() *string TemplateUrl() *string SetTemplateUrl(val *string) TemplateUrlInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() CloudformationStackSetTimeoutsOutputReference TimeoutsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // 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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutAutoDeployment(value *CloudformationStackSetAutoDeployment) PutManagedExecution(value *CloudformationStackSetManagedExecution) PutOperationPreferences(value *CloudformationStackSetOperationPreferences) PutTimeouts(value *CloudformationStackSetTimeouts) ResetAdministrationRoleArn() ResetAutoDeployment() ResetCallAs() ResetCapabilities() ResetDescription() ResetExecutionRoleName() ResetId() ResetManagedExecution() ResetOperationPreferences() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetParameters() ResetPermissionModel() ResetTags() ResetTagsAll() ResetTemplateBody() ResetTemplateUrl() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set aws_cloudformation_stack_set}.
func NewCloudformationStackSet ¶
func NewCloudformationStackSet(scope constructs.Construct, id *string, config *CloudformationStackSetConfig) CloudformationStackSet
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set aws_cloudformation_stack_set} Resource.
type CloudformationStackSetAutoDeployment ¶
type CloudformationStackSetAutoDeployment struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#enabled CloudformationStackSet#enabled}. Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#retain_stacks_on_account_removal CloudformationStackSet#retain_stacks_on_account_removal}. RetainStacksOnAccountRemoval interface{} `field:"optional" json:"retainStacksOnAccountRemoval" yaml:"retainStacksOnAccountRemoval"` }
type CloudformationStackSetAutoDeploymentOutputReference ¶
type CloudformationStackSetAutoDeploymentOutputReference 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *CloudformationStackSetAutoDeployment SetInternalValue(val *CloudformationStackSetAutoDeployment) RetainStacksOnAccountRemoval() interface{} SetRetainStacksOnAccountRemoval(val interface{}) RetainStacksOnAccountRemovalInput() interface{} // 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 ResetEnabled() ResetRetainStacksOnAccountRemoval() // 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 NewCloudformationStackSetAutoDeploymentOutputReference ¶
func NewCloudformationStackSetAutoDeploymentOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudformationStackSetAutoDeploymentOutputReference
type CloudformationStackSetConfig ¶
type CloudformationStackSetConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `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://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#name CloudformationStackSet#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#administration_role_arn CloudformationStackSet#administration_role_arn}. AdministrationRoleArn *string `field:"optional" json:"administrationRoleArn" yaml:"administrationRoleArn"` // auto_deployment block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#auto_deployment CloudformationStackSet#auto_deployment} AutoDeployment *CloudformationStackSetAutoDeployment `field:"optional" json:"autoDeployment" yaml:"autoDeployment"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#call_as CloudformationStackSet#call_as}. CallAs *string `field:"optional" json:"callAs" yaml:"callAs"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#capabilities CloudformationStackSet#capabilities}. Capabilities *[]*string `field:"optional" json:"capabilities" yaml:"capabilities"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#description CloudformationStackSet#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#execution_role_name CloudformationStackSet#execution_role_name}. ExecutionRoleName *string `field:"optional" json:"executionRoleName" yaml:"executionRoleName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#id CloudformationStackSet#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"` // managed_execution block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#managed_execution CloudformationStackSet#managed_execution} ManagedExecution *CloudformationStackSetManagedExecution `field:"optional" json:"managedExecution" yaml:"managedExecution"` // operation_preferences block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#operation_preferences CloudformationStackSet#operation_preferences} OperationPreferences *CloudformationStackSetOperationPreferences `field:"optional" json:"operationPreferences" yaml:"operationPreferences"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#parameters CloudformationStackSet#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#permission_model CloudformationStackSet#permission_model}. PermissionModel *string `field:"optional" json:"permissionModel" yaml:"permissionModel"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#tags CloudformationStackSet#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#tags_all CloudformationStackSet#tags_all}. TagsAll *map[string]*string `field:"optional" json:"tagsAll" yaml:"tagsAll"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#template_body CloudformationStackSet#template_body}. TemplateBody *string `field:"optional" json:"templateBody" yaml:"templateBody"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#template_url CloudformationStackSet#template_url}. TemplateUrl *string `field:"optional" json:"templateUrl" yaml:"templateUrl"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#timeouts CloudformationStackSet#timeouts} Timeouts *CloudformationStackSetTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type CloudformationStackSetManagedExecution ¶
type CloudformationStackSetManagedExecution struct {
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#active CloudformationStackSet#active}.
Active interface{} `field:"optional" json:"active" yaml:"active"`
}
type CloudformationStackSetManagedExecutionOutputReference ¶
type CloudformationStackSetManagedExecutionOutputReference interface { cdktf.ComplexObject Active() interface{} SetActive(val interface{}) ActiveInput() interface{} // 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() *CloudformationStackSetManagedExecution SetInternalValue(val *CloudformationStackSetManagedExecution) // 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 ResetActive() // 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 NewCloudformationStackSetManagedExecutionOutputReference ¶
func NewCloudformationStackSetManagedExecutionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudformationStackSetManagedExecutionOutputReference
type CloudformationStackSetOperationPreferences ¶
type CloudformationStackSetOperationPreferences struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#failure_tolerance_count CloudformationStackSet#failure_tolerance_count}. FailureToleranceCount *float64 `field:"optional" json:"failureToleranceCount" yaml:"failureToleranceCount"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#failure_tolerance_percentage CloudformationStackSet#failure_tolerance_percentage}. FailureTolerancePercentage *float64 `field:"optional" json:"failureTolerancePercentage" yaml:"failureTolerancePercentage"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#max_concurrent_count CloudformationStackSet#max_concurrent_count}. MaxConcurrentCount *float64 `field:"optional" json:"maxConcurrentCount" yaml:"maxConcurrentCount"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#max_concurrent_percentage CloudformationStackSet#max_concurrent_percentage}. MaxConcurrentPercentage *float64 `field:"optional" json:"maxConcurrentPercentage" yaml:"maxConcurrentPercentage"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#region_concurrency_type CloudformationStackSet#region_concurrency_type}. RegionConcurrencyType *string `field:"optional" json:"regionConcurrencyType" yaml:"regionConcurrencyType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#region_order CloudformationStackSet#region_order}. RegionOrder *[]*string `field:"optional" json:"regionOrder" yaml:"regionOrder"` }
type CloudformationStackSetOperationPreferencesOutputReference ¶
type CloudformationStackSetOperationPreferencesOutputReference 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() *CloudformationStackSetOperationPreferences SetInternalValue(val *CloudformationStackSetOperationPreferences) 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 NewCloudformationStackSetOperationPreferencesOutputReference ¶
func NewCloudformationStackSetOperationPreferencesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudformationStackSetOperationPreferencesOutputReference
type CloudformationStackSetTimeouts ¶
type CloudformationStackSetTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/cloudformation_stack_set#update CloudformationStackSet#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type CloudformationStackSetTimeoutsOutputReference ¶
type CloudformationStackSetTimeoutsOutputReference 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() 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 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 NewCloudformationStackSetTimeoutsOutputReference ¶
func NewCloudformationStackSetTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CloudformationStackSetTimeoutsOutputReference
Source Files ¶
- CloudformationStackSet.go
- CloudformationStackSetAutoDeployment.go
- CloudformationStackSetAutoDeploymentOutputReference.go
- CloudformationStackSetAutoDeploymentOutputReference__checks.go
- CloudformationStackSetConfig.go
- CloudformationStackSetManagedExecution.go
- CloudformationStackSetManagedExecutionOutputReference.go
- CloudformationStackSetManagedExecutionOutputReference__checks.go
- CloudformationStackSetOperationPreferences.go
- CloudformationStackSetOperationPreferencesOutputReference.go
- CloudformationStackSetOperationPreferencesOutputReference__checks.go
- CloudformationStackSetTimeouts.go
- CloudformationStackSetTimeoutsOutputReference.go
- CloudformationStackSetTimeoutsOutputReference__checks.go
- CloudformationStackSet__checks.go
- main.go