We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.ses.getVdmAttributes
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Resource Type definition for AWS::SES::VdmAttributes
Using getVdmAttributes
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVdmAttributes(args: GetVdmAttributesArgs, opts?: InvokeOptions): Promise<GetVdmAttributesResult>
function getVdmAttributesOutput(args: GetVdmAttributesOutputArgs, opts?: InvokeOptions): Output<GetVdmAttributesResult>def get_vdm_attributes(vdm_attributes_resource_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetVdmAttributesResult
def get_vdm_attributes_output(vdm_attributes_resource_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetVdmAttributesResult]func LookupVdmAttributes(ctx *Context, args *LookupVdmAttributesArgs, opts ...InvokeOption) (*LookupVdmAttributesResult, error)
func LookupVdmAttributesOutput(ctx *Context, args *LookupVdmAttributesOutputArgs, opts ...InvokeOption) LookupVdmAttributesResultOutput> Note: This function is named LookupVdmAttributes in the Go SDK.
public static class GetVdmAttributes 
{
    public static Task<GetVdmAttributesResult> InvokeAsync(GetVdmAttributesArgs args, InvokeOptions? opts = null)
    public static Output<GetVdmAttributesResult> Invoke(GetVdmAttributesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVdmAttributesResult> getVdmAttributes(GetVdmAttributesArgs args, InvokeOptions options)
public static Output<GetVdmAttributesResult> getVdmAttributes(GetVdmAttributesArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:ses:getVdmAttributes
  arguments:
    # arguments dictionaryThe following arguments are supported:
- VdmAttributes stringResource Id 
- Unique identifier for this resource
- VdmAttributes stringResource Id 
- Unique identifier for this resource
- vdmAttributes StringResource Id 
- Unique identifier for this resource
- vdmAttributes stringResource Id 
- Unique identifier for this resource
- vdm_attributes_ strresource_ id 
- Unique identifier for this resource
- vdmAttributes StringResource Id 
- Unique identifier for this resource
getVdmAttributes Result
The following output properties are available:
- DashboardAttributes Pulumi.Aws Native. Ses. Outputs. Vdm Attributes Dashboard Attributes 
- Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- GuardianAttributes Pulumi.Aws Native. Ses. Outputs. Vdm Attributes Guardian Attributes 
- Specifies additional settings for your VDM configuration as applicable to the Guardian.
- VdmAttributes stringResource Id 
- Unique identifier for this resource
- DashboardAttributes VdmAttributes Dashboard Attributes 
- Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- GuardianAttributes VdmAttributes Guardian Attributes 
- Specifies additional settings for your VDM configuration as applicable to the Guardian.
- VdmAttributes stringResource Id 
- Unique identifier for this resource
- dashboardAttributes VdmAttributes Dashboard Attributes 
- Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- guardianAttributes VdmAttributes Guardian Attributes 
- Specifies additional settings for your VDM configuration as applicable to the Guardian.
- vdmAttributes StringResource Id 
- Unique identifier for this resource
- dashboardAttributes VdmAttributes Dashboard Attributes 
- Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- guardianAttributes VdmAttributes Guardian Attributes 
- Specifies additional settings for your VDM configuration as applicable to the Guardian.
- vdmAttributes stringResource Id 
- Unique identifier for this resource
- dashboard_attributes VdmAttributes Dashboard Attributes 
- Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- guardian_attributes VdmAttributes Guardian Attributes 
- Specifies additional settings for your VDM configuration as applicable to the Guardian.
- vdm_attributes_ strresource_ id 
- Unique identifier for this resource
- dashboardAttributes Property Map
- Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- guardianAttributes Property Map
- Specifies additional settings for your VDM configuration as applicable to the Guardian.
- vdmAttributes StringResource Id 
- Unique identifier for this resource
Supporting Types
VdmAttributesDashboardAttributes   
- EngagementMetrics string
- Whether emails sent from this account have engagement tracking enabled.
- EngagementMetrics string
- Whether emails sent from this account have engagement tracking enabled.
- engagementMetrics String
- Whether emails sent from this account have engagement tracking enabled.
- engagementMetrics string
- Whether emails sent from this account have engagement tracking enabled.
- engagement_metrics str
- Whether emails sent from this account have engagement tracking enabled.
- engagementMetrics String
- Whether emails sent from this account have engagement tracking enabled.
VdmAttributesGuardianAttributes   
- string
- Whether emails sent from this account have optimized delivery algorithm enabled.
- string
- Whether emails sent from this account have optimized delivery algorithm enabled.
- String
- Whether emails sent from this account have optimized delivery algorithm enabled.
- string
- Whether emails sent from this account have optimized delivery algorithm enabled.
- str
- Whether emails sent from this account have optimized delivery algorithm enabled.
- String
- Whether emails sent from this account have optimized delivery algorithm enabled.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi