Documentation
¶
Index ¶
- func DataAwsBackupPlan_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataAwsBackupPlan_IsConstruct(x interface{}) *bool
- func DataAwsBackupPlan_IsTerraformDataSource(x interface{}) *bool
- func DataAwsBackupPlan_IsTerraformElement(x interface{}) *bool
- func DataAwsBackupPlan_TfResourceType() *string
- func NewDataAwsBackupPlanRuleCopyActionLifecycleList_Override(d DataAwsBackupPlanRuleCopyActionLifecycleList, ...)
- func NewDataAwsBackupPlanRuleCopyActionLifecycleOutputReference_Override(d DataAwsBackupPlanRuleCopyActionLifecycleOutputReference, ...)
- func NewDataAwsBackupPlanRuleCopyActionList_Override(d DataAwsBackupPlanRuleCopyActionList, ...)
- func NewDataAwsBackupPlanRuleCopyActionOutputReference_Override(d DataAwsBackupPlanRuleCopyActionOutputReference, ...)
- func NewDataAwsBackupPlanRuleLifecycleList_Override(d DataAwsBackupPlanRuleLifecycleList, ...)
- func NewDataAwsBackupPlanRuleLifecycleOutputReference_Override(d DataAwsBackupPlanRuleLifecycleOutputReference, ...)
- func NewDataAwsBackupPlanRuleList_Override(d DataAwsBackupPlanRuleList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewDataAwsBackupPlanRuleOutputReference_Override(d DataAwsBackupPlanRuleOutputReference, ...)
- func NewDataAwsBackupPlan_Override(d DataAwsBackupPlan, scope constructs.Construct, id *string, ...)
- type DataAwsBackupPlan
- type DataAwsBackupPlanConfig
- type DataAwsBackupPlanRule
- type DataAwsBackupPlanRuleCopyAction
- type DataAwsBackupPlanRuleCopyActionLifecycle
- type DataAwsBackupPlanRuleCopyActionLifecycleList
- type DataAwsBackupPlanRuleCopyActionLifecycleOutputReference
- type DataAwsBackupPlanRuleCopyActionList
- type DataAwsBackupPlanRuleCopyActionOutputReference
- type DataAwsBackupPlanRuleLifecycle
- type DataAwsBackupPlanRuleLifecycleList
- type DataAwsBackupPlanRuleLifecycleOutputReference
- type DataAwsBackupPlanRuleList
- type DataAwsBackupPlanRuleOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataAwsBackupPlan_GenerateConfigForImport ¶
func DataAwsBackupPlan_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataAwsBackupPlan resource upon running "cdktf plan <stack-name>".
func DataAwsBackupPlan_IsConstruct ¶
func DataAwsBackupPlan_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 DataAwsBackupPlan_IsTerraformDataSource ¶
func DataAwsBackupPlan_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataAwsBackupPlan_IsTerraformElement ¶
func DataAwsBackupPlan_IsTerraformElement(x interface{}) *bool
Experimental.
func DataAwsBackupPlan_TfResourceType ¶
func DataAwsBackupPlan_TfResourceType() *string
func NewDataAwsBackupPlanRuleCopyActionLifecycleList_Override ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleCopyActionLifecycleList_Override(d DataAwsBackupPlanRuleCopyActionLifecycleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsBackupPlanRuleCopyActionLifecycleOutputReference_Override ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleCopyActionLifecycleOutputReference_Override(d DataAwsBackupPlanRuleCopyActionLifecycleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsBackupPlanRuleCopyActionList_Override ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleCopyActionList_Override(d DataAwsBackupPlanRuleCopyActionList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsBackupPlanRuleCopyActionOutputReference_Override ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleCopyActionOutputReference_Override(d DataAwsBackupPlanRuleCopyActionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsBackupPlanRuleLifecycleList_Override ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleLifecycleList_Override(d DataAwsBackupPlanRuleLifecycleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsBackupPlanRuleLifecycleOutputReference_Override ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleLifecycleOutputReference_Override(d DataAwsBackupPlanRuleLifecycleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsBackupPlanRuleList_Override ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleList_Override(d DataAwsBackupPlanRuleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsBackupPlanRuleOutputReference_Override ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleOutputReference_Override(d DataAwsBackupPlanRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsBackupPlan_Override ¶
func NewDataAwsBackupPlan_Override(d DataAwsBackupPlan, scope constructs.Construct, id *string, config *DataAwsBackupPlanConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.90.1/docs/data-sources/backup_plan aws_backup_plan} Data Source.
Types ¶
type DataAwsBackupPlan ¶
type DataAwsBackupPlan interface { cdktf.TerraformDataSource Arn() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*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) Name() *string // The tree node. Node() constructs.Node PlanId() *string SetPlanId(val *string) PlanIdInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} Rule() DataAwsBackupPlanRuleList Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Version() *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. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTags() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Adds this resource to the terraform JSON output. // 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.90.1/docs/data-sources/backup_plan aws_backup_plan}.
func NewDataAwsBackupPlan ¶
func NewDataAwsBackupPlan(scope constructs.Construct, id *string, config *DataAwsBackupPlanConfig) DataAwsBackupPlan
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.90.1/docs/data-sources/backup_plan aws_backup_plan} Data Source.
type DataAwsBackupPlanConfig ¶
type DataAwsBackupPlanConfig 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.90.1/docs/data-sources/backup_plan#plan_id DataAwsBackupPlan#plan_id}. PlanId *string `field:"required" json:"planId" yaml:"planId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.90.1/docs/data-sources/backup_plan#id DataAwsBackupPlan#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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.90.1/docs/data-sources/backup_plan#tags DataAwsBackupPlan#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` }
type DataAwsBackupPlanRule ¶ added in v19.25.0
type DataAwsBackupPlanRule struct { }
type DataAwsBackupPlanRuleCopyAction ¶ added in v19.25.0
type DataAwsBackupPlanRuleCopyAction struct { }
type DataAwsBackupPlanRuleCopyActionLifecycle ¶ added in v19.25.0
type DataAwsBackupPlanRuleCopyActionLifecycle struct { }
type DataAwsBackupPlanRuleCopyActionLifecycleList ¶ added in v19.25.0
type DataAwsBackupPlanRuleCopyActionLifecycleList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsBackupPlanRuleCopyActionLifecycleOutputReference // 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 NewDataAwsBackupPlanRuleCopyActionLifecycleList ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleCopyActionLifecycleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsBackupPlanRuleCopyActionLifecycleList
type DataAwsBackupPlanRuleCopyActionLifecycleOutputReference ¶ added in v19.25.0
type DataAwsBackupPlanRuleCopyActionLifecycleOutputReference interface { cdktf.ComplexObject ColdStorageAfter() *float64 // 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 DeleteAfter() *float64 // Experimental. Fqn() *string InternalValue() *DataAwsBackupPlanRuleCopyActionLifecycle SetInternalValue(val *DataAwsBackupPlanRuleCopyActionLifecycle) OptInToArchiveForSupportedResources() cdktf.IResolvable // 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 // 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 NewDataAwsBackupPlanRuleCopyActionLifecycleOutputReference ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleCopyActionLifecycleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsBackupPlanRuleCopyActionLifecycleOutputReference
type DataAwsBackupPlanRuleCopyActionList ¶ added in v19.25.0
type DataAwsBackupPlanRuleCopyActionList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsBackupPlanRuleCopyActionOutputReference // 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 NewDataAwsBackupPlanRuleCopyActionList ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleCopyActionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsBackupPlanRuleCopyActionList
type DataAwsBackupPlanRuleCopyActionOutputReference ¶ added in v19.25.0
type DataAwsBackupPlanRuleCopyActionOutputReference 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 DestinationVaultArn() *string // Experimental. Fqn() *string InternalValue() *DataAwsBackupPlanRuleCopyAction SetInternalValue(val *DataAwsBackupPlanRuleCopyAction) Lifecycle() DataAwsBackupPlanRuleCopyActionLifecycleList // 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 // 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 NewDataAwsBackupPlanRuleCopyActionOutputReference ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleCopyActionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsBackupPlanRuleCopyActionOutputReference
type DataAwsBackupPlanRuleLifecycle ¶ added in v19.25.0
type DataAwsBackupPlanRuleLifecycle struct { }
type DataAwsBackupPlanRuleLifecycleList ¶ added in v19.25.0
type DataAwsBackupPlanRuleLifecycleList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsBackupPlanRuleLifecycleOutputReference // 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 NewDataAwsBackupPlanRuleLifecycleList ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleLifecycleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsBackupPlanRuleLifecycleList
type DataAwsBackupPlanRuleLifecycleOutputReference ¶ added in v19.25.0
type DataAwsBackupPlanRuleLifecycleOutputReference interface { cdktf.ComplexObject ColdStorageAfter() *float64 // 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 DeleteAfter() *float64 // Experimental. Fqn() *string InternalValue() *DataAwsBackupPlanRuleLifecycle SetInternalValue(val *DataAwsBackupPlanRuleLifecycle) OptInToArchiveForSupportedResources() cdktf.IResolvable // 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 // 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 NewDataAwsBackupPlanRuleLifecycleOutputReference ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleLifecycleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsBackupPlanRuleLifecycleOutputReference
type DataAwsBackupPlanRuleList ¶ added in v19.25.0
type DataAwsBackupPlanRuleList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsBackupPlanRuleOutputReference // 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 NewDataAwsBackupPlanRuleList ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsBackupPlanRuleList
type DataAwsBackupPlanRuleOutputReference ¶ added in v19.25.0
type DataAwsBackupPlanRuleOutputReference interface { cdktf.ComplexObject CompletionWindow() *float64 // 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) CopyAction() DataAwsBackupPlanRuleCopyActionList // 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 EnableContinuousBackup() cdktf.IResolvable // Experimental. Fqn() *string InternalValue() *DataAwsBackupPlanRule SetInternalValue(val *DataAwsBackupPlanRule) Lifecycle() DataAwsBackupPlanRuleLifecycleList RecoveryPointTags() cdktf.StringMap RuleName() *string Schedule() *string ScheduleExpressionTimezone() *string StartWindow() *float64 TargetVaultName() *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 // 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 NewDataAwsBackupPlanRuleOutputReference ¶ added in v19.25.0
func NewDataAwsBackupPlanRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsBackupPlanRuleOutputReference
Source Files
¶
- DataAwsBackupPlan.go
- DataAwsBackupPlanConfig.go
- DataAwsBackupPlanRule.go
- DataAwsBackupPlanRuleCopyAction.go
- DataAwsBackupPlanRuleCopyActionLifecycle.go
- DataAwsBackupPlanRuleCopyActionLifecycleList.go
- DataAwsBackupPlanRuleCopyActionLifecycleList__checks.go
- DataAwsBackupPlanRuleCopyActionLifecycleOutputReference.go
- DataAwsBackupPlanRuleCopyActionLifecycleOutputReference__checks.go
- DataAwsBackupPlanRuleCopyActionList.go
- DataAwsBackupPlanRuleCopyActionList__checks.go
- DataAwsBackupPlanRuleCopyActionOutputReference.go
- DataAwsBackupPlanRuleCopyActionOutputReference__checks.go
- DataAwsBackupPlanRuleLifecycle.go
- DataAwsBackupPlanRuleLifecycleList.go
- DataAwsBackupPlanRuleLifecycleList__checks.go
- DataAwsBackupPlanRuleLifecycleOutputReference.go
- DataAwsBackupPlanRuleLifecycleOutputReference__checks.go
- DataAwsBackupPlanRuleList.go
- DataAwsBackupPlanRuleList__checks.go
- DataAwsBackupPlanRuleOutputReference.go
- DataAwsBackupPlanRuleOutputReference__checks.go
- DataAwsBackupPlan__checks.go
- main.go