Documentation ¶
Index ¶
- func DataAwsSesv2ConfigurationSet_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataAwsSesv2ConfigurationSet_IsConstruct(x interface{}) *bool
- func DataAwsSesv2ConfigurationSet_IsTerraformDataSource(x interface{}) *bool
- func DataAwsSesv2ConfigurationSet_IsTerraformElement(x interface{}) *bool
- func DataAwsSesv2ConfigurationSet_TfResourceType() *string
- func NewDataAwsSesv2ConfigurationSetDeliveryOptionsList_Override(d DataAwsSesv2ConfigurationSetDeliveryOptionsList, ...)
- func NewDataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference, ...)
- func NewDataAwsSesv2ConfigurationSetReputationOptionsList_Override(d DataAwsSesv2ConfigurationSetReputationOptionsList, ...)
- func NewDataAwsSesv2ConfigurationSetReputationOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetReputationOptionsOutputReference, ...)
- func NewDataAwsSesv2ConfigurationSetSendingOptionsList_Override(d DataAwsSesv2ConfigurationSetSendingOptionsList, ...)
- func NewDataAwsSesv2ConfigurationSetSendingOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetSendingOptionsOutputReference, ...)
- func NewDataAwsSesv2ConfigurationSetSuppressionOptionsList_Override(d DataAwsSesv2ConfigurationSetSuppressionOptionsList, ...)
- func NewDataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference, ...)
- func NewDataAwsSesv2ConfigurationSetTrackingOptionsList_Override(d DataAwsSesv2ConfigurationSetTrackingOptionsList, ...)
- func NewDataAwsSesv2ConfigurationSetTrackingOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetTrackingOptionsOutputReference, ...)
- func NewDataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList_Override(d DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList, ...)
- func NewDataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference, ...)
- func NewDataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList_Override(d DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList, ...)
- func NewDataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference, ...)
- func NewDataAwsSesv2ConfigurationSetVdmOptionsList_Override(d DataAwsSesv2ConfigurationSetVdmOptionsList, ...)
- func NewDataAwsSesv2ConfigurationSetVdmOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetVdmOptionsOutputReference, ...)
- func NewDataAwsSesv2ConfigurationSet_Override(d DataAwsSesv2ConfigurationSet, scope constructs.Construct, id *string, ...)
- type DataAwsSesv2ConfigurationSet
- type DataAwsSesv2ConfigurationSetConfig
- type DataAwsSesv2ConfigurationSetDeliveryOptions
- type DataAwsSesv2ConfigurationSetDeliveryOptionsList
- type DataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference
- type DataAwsSesv2ConfigurationSetReputationOptions
- type DataAwsSesv2ConfigurationSetReputationOptionsList
- type DataAwsSesv2ConfigurationSetReputationOptionsOutputReference
- type DataAwsSesv2ConfigurationSetSendingOptions
- type DataAwsSesv2ConfigurationSetSendingOptionsList
- type DataAwsSesv2ConfigurationSetSendingOptionsOutputReference
- type DataAwsSesv2ConfigurationSetSuppressionOptions
- type DataAwsSesv2ConfigurationSetSuppressionOptionsList
- type DataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference
- type DataAwsSesv2ConfigurationSetTrackingOptions
- type DataAwsSesv2ConfigurationSetTrackingOptionsList
- type DataAwsSesv2ConfigurationSetTrackingOptionsOutputReference
- type DataAwsSesv2ConfigurationSetVdmOptions
- type DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptions
- type DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList
- type DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference
- type DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptions
- type DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList
- type DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference
- type DataAwsSesv2ConfigurationSetVdmOptionsList
- type DataAwsSesv2ConfigurationSetVdmOptionsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataAwsSesv2ConfigurationSet_GenerateConfigForImport ¶
func DataAwsSesv2ConfigurationSet_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataAwsSesv2ConfigurationSet resource upon running "cdktf plan <stack-name>".
func DataAwsSesv2ConfigurationSet_IsConstruct ¶
func DataAwsSesv2ConfigurationSet_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 DataAwsSesv2ConfigurationSet_IsTerraformDataSource ¶
func DataAwsSesv2ConfigurationSet_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataAwsSesv2ConfigurationSet_IsTerraformElement ¶
func DataAwsSesv2ConfigurationSet_IsTerraformElement(x interface{}) *bool
Experimental.
func DataAwsSesv2ConfigurationSet_TfResourceType ¶
func DataAwsSesv2ConfigurationSet_TfResourceType() *string
func NewDataAwsSesv2ConfigurationSetDeliveryOptionsList_Override ¶
func NewDataAwsSesv2ConfigurationSetDeliveryOptionsList_Override(d DataAwsSesv2ConfigurationSetDeliveryOptionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference_Override ¶
func NewDataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsSesv2ConfigurationSetReputationOptionsList_Override ¶
func NewDataAwsSesv2ConfigurationSetReputationOptionsList_Override(d DataAwsSesv2ConfigurationSetReputationOptionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsSesv2ConfigurationSetReputationOptionsOutputReference_Override ¶
func NewDataAwsSesv2ConfigurationSetReputationOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetReputationOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsSesv2ConfigurationSetSendingOptionsList_Override ¶
func NewDataAwsSesv2ConfigurationSetSendingOptionsList_Override(d DataAwsSesv2ConfigurationSetSendingOptionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsSesv2ConfigurationSetSendingOptionsOutputReference_Override ¶
func NewDataAwsSesv2ConfigurationSetSendingOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetSendingOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsSesv2ConfigurationSetSuppressionOptionsList_Override ¶
func NewDataAwsSesv2ConfigurationSetSuppressionOptionsList_Override(d DataAwsSesv2ConfigurationSetSuppressionOptionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference_Override ¶
func NewDataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsSesv2ConfigurationSetTrackingOptionsList_Override ¶
func NewDataAwsSesv2ConfigurationSetTrackingOptionsList_Override(d DataAwsSesv2ConfigurationSetTrackingOptionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsSesv2ConfigurationSetTrackingOptionsOutputReference_Override ¶
func NewDataAwsSesv2ConfigurationSetTrackingOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetTrackingOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList_Override ¶
func NewDataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList_Override(d DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference_Override ¶
func NewDataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList_Override ¶
func NewDataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList_Override(d DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference_Override ¶
func NewDataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsSesv2ConfigurationSetVdmOptionsList_Override ¶
func NewDataAwsSesv2ConfigurationSetVdmOptionsList_Override(d DataAwsSesv2ConfigurationSetVdmOptionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsSesv2ConfigurationSetVdmOptionsOutputReference_Override ¶
func NewDataAwsSesv2ConfigurationSetVdmOptionsOutputReference_Override(d DataAwsSesv2ConfigurationSetVdmOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsSesv2ConfigurationSet_Override ¶
func NewDataAwsSesv2ConfigurationSet_Override(d DataAwsSesv2ConfigurationSet, scope constructs.Construct, id *string, config *DataAwsSesv2ConfigurationSetConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/data-sources/sesv2_configuration_set aws_sesv2_configuration_set} Data Source.
Types ¶
type DataAwsSesv2ConfigurationSet ¶
type DataAwsSesv2ConfigurationSet interface { cdktf.TerraformDataSource Arn() *string // Experimental. CdktfStack() cdktf.TerraformStack ConfigurationSetName() *string SetConfigurationSetName(val *string) ConfigurationSetNameInput() *string // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DeliveryOptions() DataAwsSesv2ConfigurationSetDeliveryOptionsList // 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) // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} ReputationOptions() DataAwsSesv2ConfigurationSetReputationOptionsList SendingOptions() DataAwsSesv2ConfigurationSetSendingOptionsList SuppressionOptions() DataAwsSesv2ConfigurationSetSuppressionOptionsList 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 TrackingOptions() DataAwsSesv2ConfigurationSetTrackingOptionsList VdmOptions() DataAwsSesv2ConfigurationSetVdmOptionsList // 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.39.0/docs/data-sources/sesv2_configuration_set aws_sesv2_configuration_set}.
func NewDataAwsSesv2ConfigurationSet ¶
func NewDataAwsSesv2ConfigurationSet(scope constructs.Construct, id *string, config *DataAwsSesv2ConfigurationSetConfig) DataAwsSesv2ConfigurationSet
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/data-sources/sesv2_configuration_set aws_sesv2_configuration_set} Data Source.
type DataAwsSesv2ConfigurationSetConfig ¶
type DataAwsSesv2ConfigurationSetConfig 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.39.0/docs/data-sources/sesv2_configuration_set#configuration_set_name DataAwsSesv2ConfigurationSet#configuration_set_name}. ConfigurationSetName *string `field:"required" json:"configurationSetName" yaml:"configurationSetName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/data-sources/sesv2_configuration_set#id DataAwsSesv2ConfigurationSet#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.39.0/docs/data-sources/sesv2_configuration_set#tags DataAwsSesv2ConfigurationSet#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` }
type DataAwsSesv2ConfigurationSetDeliveryOptions ¶
type DataAwsSesv2ConfigurationSetDeliveryOptions struct { }
type DataAwsSesv2ConfigurationSetDeliveryOptionsList ¶
type DataAwsSesv2ConfigurationSetDeliveryOptionsList 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) DataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference // 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 NewDataAwsSesv2ConfigurationSetDeliveryOptionsList ¶
func NewDataAwsSesv2ConfigurationSetDeliveryOptionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsSesv2ConfigurationSetDeliveryOptionsList
type DataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference ¶
type DataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference 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() *DataAwsSesv2ConfigurationSetDeliveryOptions SetInternalValue(val *DataAwsSesv2ConfigurationSetDeliveryOptions) SendingPoolName() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TlsPolicy() *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 // 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 NewDataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference ¶
func NewDataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference
type DataAwsSesv2ConfigurationSetReputationOptions ¶
type DataAwsSesv2ConfigurationSetReputationOptions struct { }
type DataAwsSesv2ConfigurationSetReputationOptionsList ¶
type DataAwsSesv2ConfigurationSetReputationOptionsList 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) DataAwsSesv2ConfigurationSetReputationOptionsOutputReference // 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 NewDataAwsSesv2ConfigurationSetReputationOptionsList ¶
func NewDataAwsSesv2ConfigurationSetReputationOptionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsSesv2ConfigurationSetReputationOptionsList
type DataAwsSesv2ConfigurationSetReputationOptionsOutputReference ¶
type DataAwsSesv2ConfigurationSetReputationOptionsOutputReference 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() *DataAwsSesv2ConfigurationSetReputationOptions SetInternalValue(val *DataAwsSesv2ConfigurationSetReputationOptions) LastFreshStart() *string ReputationMetricsEnabled() 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 NewDataAwsSesv2ConfigurationSetReputationOptionsOutputReference ¶
func NewDataAwsSesv2ConfigurationSetReputationOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsSesv2ConfigurationSetReputationOptionsOutputReference
type DataAwsSesv2ConfigurationSetSendingOptions ¶
type DataAwsSesv2ConfigurationSetSendingOptions struct { }
type DataAwsSesv2ConfigurationSetSendingOptionsList ¶
type DataAwsSesv2ConfigurationSetSendingOptionsList 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) DataAwsSesv2ConfigurationSetSendingOptionsOutputReference // 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 NewDataAwsSesv2ConfigurationSetSendingOptionsList ¶
func NewDataAwsSesv2ConfigurationSetSendingOptionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsSesv2ConfigurationSetSendingOptionsList
type DataAwsSesv2ConfigurationSetSendingOptionsOutputReference ¶
type DataAwsSesv2ConfigurationSetSendingOptionsOutputReference 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() *DataAwsSesv2ConfigurationSetSendingOptions SetInternalValue(val *DataAwsSesv2ConfigurationSetSendingOptions) SendingEnabled() 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 NewDataAwsSesv2ConfigurationSetSendingOptionsOutputReference ¶
func NewDataAwsSesv2ConfigurationSetSendingOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsSesv2ConfigurationSetSendingOptionsOutputReference
type DataAwsSesv2ConfigurationSetSuppressionOptions ¶
type DataAwsSesv2ConfigurationSetSuppressionOptions struct { }
type DataAwsSesv2ConfigurationSetSuppressionOptionsList ¶
type DataAwsSesv2ConfigurationSetSuppressionOptionsList 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) DataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference // 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 NewDataAwsSesv2ConfigurationSetSuppressionOptionsList ¶
func NewDataAwsSesv2ConfigurationSetSuppressionOptionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsSesv2ConfigurationSetSuppressionOptionsList
type DataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference ¶
type DataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference 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() *DataAwsSesv2ConfigurationSetSuppressionOptions SetInternalValue(val *DataAwsSesv2ConfigurationSetSuppressionOptions) SuppressedReasons() *[]*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 NewDataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference ¶
func NewDataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference
type DataAwsSesv2ConfigurationSetTrackingOptions ¶
type DataAwsSesv2ConfigurationSetTrackingOptions struct { }
type DataAwsSesv2ConfigurationSetTrackingOptionsList ¶
type DataAwsSesv2ConfigurationSetTrackingOptionsList 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) DataAwsSesv2ConfigurationSetTrackingOptionsOutputReference // 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 NewDataAwsSesv2ConfigurationSetTrackingOptionsList ¶
func NewDataAwsSesv2ConfigurationSetTrackingOptionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsSesv2ConfigurationSetTrackingOptionsList
type DataAwsSesv2ConfigurationSetTrackingOptionsOutputReference ¶
type DataAwsSesv2ConfigurationSetTrackingOptionsOutputReference 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 CustomRedirectDomain() *string // Experimental. Fqn() *string InternalValue() *DataAwsSesv2ConfigurationSetTrackingOptions SetInternalValue(val *DataAwsSesv2ConfigurationSetTrackingOptions) // 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 NewDataAwsSesv2ConfigurationSetTrackingOptionsOutputReference ¶
func NewDataAwsSesv2ConfigurationSetTrackingOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsSesv2ConfigurationSetTrackingOptionsOutputReference
type DataAwsSesv2ConfigurationSetVdmOptions ¶
type DataAwsSesv2ConfigurationSetVdmOptions struct { }
type DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptions ¶
type DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptions struct { }
type DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList ¶
type DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList 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) DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference // 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 NewDataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList ¶
func NewDataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList
type DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference ¶
type DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference 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 EngagementMetrics() *string // Experimental. Fqn() *string InternalValue() *DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptions SetInternalValue(val *DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptions) // 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 NewDataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference ¶
func NewDataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference
type DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptions ¶
type DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptions struct { }
type DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList ¶
type DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList 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) DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference // 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 NewDataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList ¶
func NewDataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList
type DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference ¶
type DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference 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() *DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptions SetInternalValue(val *DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptions) // 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 NewDataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference ¶
func NewDataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference
type DataAwsSesv2ConfigurationSetVdmOptionsList ¶
type DataAwsSesv2ConfigurationSetVdmOptionsList 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) DataAwsSesv2ConfigurationSetVdmOptionsOutputReference // 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 NewDataAwsSesv2ConfigurationSetVdmOptionsList ¶
func NewDataAwsSesv2ConfigurationSetVdmOptionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsSesv2ConfigurationSetVdmOptionsList
type DataAwsSesv2ConfigurationSetVdmOptionsOutputReference ¶
type DataAwsSesv2ConfigurationSetVdmOptionsOutputReference 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 DashboardOptions() DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList // Experimental. Fqn() *string GuardianOptions() DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList InternalValue() *DataAwsSesv2ConfigurationSetVdmOptions SetInternalValue(val *DataAwsSesv2ConfigurationSetVdmOptions) // 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 NewDataAwsSesv2ConfigurationSetVdmOptionsOutputReference ¶
func NewDataAwsSesv2ConfigurationSetVdmOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsSesv2ConfigurationSetVdmOptionsOutputReference
Source Files ¶
- DataAwsSesv2ConfigurationSet.go
- DataAwsSesv2ConfigurationSetConfig.go
- DataAwsSesv2ConfigurationSetDeliveryOptions.go
- DataAwsSesv2ConfigurationSetDeliveryOptionsList.go
- DataAwsSesv2ConfigurationSetDeliveryOptionsList__checks.go
- DataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference.go
- DataAwsSesv2ConfigurationSetDeliveryOptionsOutputReference__checks.go
- DataAwsSesv2ConfigurationSetReputationOptions.go
- DataAwsSesv2ConfigurationSetReputationOptionsList.go
- DataAwsSesv2ConfigurationSetReputationOptionsList__checks.go
- DataAwsSesv2ConfigurationSetReputationOptionsOutputReference.go
- DataAwsSesv2ConfigurationSetReputationOptionsOutputReference__checks.go
- DataAwsSesv2ConfigurationSetSendingOptions.go
- DataAwsSesv2ConfigurationSetSendingOptionsList.go
- DataAwsSesv2ConfigurationSetSendingOptionsList__checks.go
- DataAwsSesv2ConfigurationSetSendingOptionsOutputReference.go
- DataAwsSesv2ConfigurationSetSendingOptionsOutputReference__checks.go
- DataAwsSesv2ConfigurationSetSuppressionOptions.go
- DataAwsSesv2ConfigurationSetSuppressionOptionsList.go
- DataAwsSesv2ConfigurationSetSuppressionOptionsList__checks.go
- DataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference.go
- DataAwsSesv2ConfigurationSetSuppressionOptionsOutputReference__checks.go
- DataAwsSesv2ConfigurationSetTrackingOptions.go
- DataAwsSesv2ConfigurationSetTrackingOptionsList.go
- DataAwsSesv2ConfigurationSetTrackingOptionsList__checks.go
- DataAwsSesv2ConfigurationSetTrackingOptionsOutputReference.go
- DataAwsSesv2ConfigurationSetTrackingOptionsOutputReference__checks.go
- DataAwsSesv2ConfigurationSetVdmOptions.go
- DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptions.go
- DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList.go
- DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsList__checks.go
- DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference.go
- DataAwsSesv2ConfigurationSetVdmOptionsDashboardOptionsOutputReference__checks.go
- DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptions.go
- DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList.go
- DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsList__checks.go
- DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference.go
- DataAwsSesv2ConfigurationSetVdmOptionsGuardianOptionsOutputReference__checks.go
- DataAwsSesv2ConfigurationSetVdmOptionsList.go
- DataAwsSesv2ConfigurationSetVdmOptionsList__checks.go
- DataAwsSesv2ConfigurationSetVdmOptionsOutputReference.go
- DataAwsSesv2ConfigurationSetVdmOptionsOutputReference__checks.go
- DataAwsSesv2ConfigurationSet__checks.go
- main.go