1. Packages
  2. Akamai
  3. API Docs
  4. getGtmDomains
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getGtmDomains

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

    Using getGtmDomains

    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 getGtmDomains(args: GetGtmDomainsArgs, opts?: InvokeOptions): Promise<GetGtmDomainsResult>
    function getGtmDomainsOutput(args: GetGtmDomainsOutputArgs, opts?: InvokeOptions): Output<GetGtmDomainsResult>
    def get_gtm_domains(domains: Optional[Sequence[GetGtmDomainsDomain]] = None,
                        opts: Optional[InvokeOptions] = None) -> GetGtmDomainsResult
    def get_gtm_domains_output(domains: Optional[pulumi.Input[Sequence[pulumi.Input[GetGtmDomainsDomainArgs]]]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetGtmDomainsResult]
    func GetGtmDomains(ctx *Context, args *GetGtmDomainsArgs, opts ...InvokeOption) (*GetGtmDomainsResult, error)
    func GetGtmDomainsOutput(ctx *Context, args *GetGtmDomainsOutputArgs, opts ...InvokeOption) GetGtmDomainsResultOutput

    > Note: This function is named GetGtmDomains in the Go SDK.

    public static class GetGtmDomains 
    {
        public static Task<GetGtmDomainsResult> InvokeAsync(GetGtmDomainsArgs args, InvokeOptions? opts = null)
        public static Output<GetGtmDomainsResult> Invoke(GetGtmDomainsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGtmDomainsResult> getGtmDomains(GetGtmDomainsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getGtmDomains:getGtmDomains
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGtmDomains Result

    The following output properties are available:

    Id string

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getGtmDomains.

    Domains List<GetGtmDomainsDomain>
    Id string

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getGtmDomains.

    Domains []GetGtmDomainsDomain
    id String

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getGtmDomains.

    domains List<GetGtmDomainsDomain>
    id string

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getGtmDomains.

    domains GetGtmDomainsDomain[]
    id str

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getGtmDomains.

    domains Sequence[GetGtmDomainsDomain]
    id String

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getGtmDomains.

    domains List<Property Map>

    Supporting Types

    GetGtmDomainsDomain

    AcgId string
    The contract's identifier, with which the domain is associated.
    ActivationState string
    'PENDING' when a change has been made but not yet propagated; 'COMPLETE' when the last configuration change has propagated successfully; 'DENIED' if the domain configuration failed validation; 'DELETED' if the domain has been deleted.
    ChangeId string
    UUID that identifies a version of the domain configuration.
    DeleteRequestId string
    UUID for delete request during domain deletion. Null if the domain is not being deleted.
    LastModified string
    An ISO 8601 timestamp that indicates the time of the last domain change.
    LastModifiedBy string
    The email address of the administrator who made the last change to the domain.
    ModificationComments string
    A descriptive note about changes to the domain.
    Name string
    A unique domain name.
    SignAndServe bool
    If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
    SignAndServeAlgorithm string
    The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
    Status string
    The current status of the domain.
    Links List<GetGtmDomainsDomainLink>
    Provides a URL path that allows direct navigation to the domain.
    AcgId string
    The contract's identifier, with which the domain is associated.
    ActivationState string
    'PENDING' when a change has been made but not yet propagated; 'COMPLETE' when the last configuration change has propagated successfully; 'DENIED' if the domain configuration failed validation; 'DELETED' if the domain has been deleted.
    ChangeId string
    UUID that identifies a version of the domain configuration.
    DeleteRequestId string
    UUID for delete request during domain deletion. Null if the domain is not being deleted.
    LastModified string
    An ISO 8601 timestamp that indicates the time of the last domain change.
    LastModifiedBy string
    The email address of the administrator who made the last change to the domain.
    ModificationComments string
    A descriptive note about changes to the domain.
    Name string
    A unique domain name.
    SignAndServe bool
    If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
    SignAndServeAlgorithm string
    The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
    Status string
    The current status of the domain.
    Links []GetGtmDomainsDomainLink
    Provides a URL path that allows direct navigation to the domain.
    acgId String
    The contract's identifier, with which the domain is associated.
    activationState String
    'PENDING' when a change has been made but not yet propagated; 'COMPLETE' when the last configuration change has propagated successfully; 'DENIED' if the domain configuration failed validation; 'DELETED' if the domain has been deleted.
    changeId String
    UUID that identifies a version of the domain configuration.
    deleteRequestId String
    UUID for delete request during domain deletion. Null if the domain is not being deleted.
    lastModified String
    An ISO 8601 timestamp that indicates the time of the last domain change.
    lastModifiedBy String
    The email address of the administrator who made the last change to the domain.
    modificationComments String
    A descriptive note about changes to the domain.
    name String
    A unique domain name.
    signAndServe Boolean
    If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
    signAndServeAlgorithm String
    The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
    status String
    The current status of the domain.
    links List<GetGtmDomainsDomainLink>
    Provides a URL path that allows direct navigation to the domain.
    acgId string
    The contract's identifier, with which the domain is associated.
    activationState string
    'PENDING' when a change has been made but not yet propagated; 'COMPLETE' when the last configuration change has propagated successfully; 'DENIED' if the domain configuration failed validation; 'DELETED' if the domain has been deleted.
    changeId string
    UUID that identifies a version of the domain configuration.
    deleteRequestId string
    UUID for delete request during domain deletion. Null if the domain is not being deleted.
    lastModified string
    An ISO 8601 timestamp that indicates the time of the last domain change.
    lastModifiedBy string
    The email address of the administrator who made the last change to the domain.
    modificationComments string
    A descriptive note about changes to the domain.
    name string
    A unique domain name.
    signAndServe boolean
    If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
    signAndServeAlgorithm string
    The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
    status string
    The current status of the domain.
    links GetGtmDomainsDomainLink[]
    Provides a URL path that allows direct navigation to the domain.
    acg_id str
    The contract's identifier, with which the domain is associated.
    activation_state str
    'PENDING' when a change has been made but not yet propagated; 'COMPLETE' when the last configuration change has propagated successfully; 'DENIED' if the domain configuration failed validation; 'DELETED' if the domain has been deleted.
    change_id str
    UUID that identifies a version of the domain configuration.
    delete_request_id str
    UUID for delete request during domain deletion. Null if the domain is not being deleted.
    last_modified str
    An ISO 8601 timestamp that indicates the time of the last domain change.
    last_modified_by str
    The email address of the administrator who made the last change to the domain.
    modification_comments str
    A descriptive note about changes to the domain.
    name str
    A unique domain name.
    sign_and_serve bool
    If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
    sign_and_serve_algorithm str
    The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
    status str
    The current status of the domain.
    links Sequence[GetGtmDomainsDomainLink]
    Provides a URL path that allows direct navigation to the domain.
    acgId String
    The contract's identifier, with which the domain is associated.
    activationState String
    'PENDING' when a change has been made but not yet propagated; 'COMPLETE' when the last configuration change has propagated successfully; 'DENIED' if the domain configuration failed validation; 'DELETED' if the domain has been deleted.
    changeId String
    UUID that identifies a version of the domain configuration.
    deleteRequestId String
    UUID for delete request during domain deletion. Null if the domain is not being deleted.
    lastModified String
    An ISO 8601 timestamp that indicates the time of the last domain change.
    lastModifiedBy String
    The email address of the administrator who made the last change to the domain.
    modificationComments String
    A descriptive note about changes to the domain.
    name String
    A unique domain name.
    signAndServe Boolean
    If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
    signAndServeAlgorithm String
    The signing algorithm to use for signAndServe. One of the following values: RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, ECDSA_P384_SHA384, ED25519, ED448.
    status String
    The current status of the domain.
    links List<Property Map>
    Provides a URL path that allows direct navigation to the domain.
    Href string
    A hypermedia link to the complete URL that uniquely defines a resource.
    Rel string
    Indicates the link relationship of the object.
    Href string
    A hypermedia link to the complete URL that uniquely defines a resource.
    Rel string
    Indicates the link relationship of the object.
    href String
    A hypermedia link to the complete URL that uniquely defines a resource.
    rel String
    Indicates the link relationship of the object.
    href string
    A hypermedia link to the complete URL that uniquely defines a resource.
    rel string
    Indicates the link relationship of the object.
    href str
    A hypermedia link to the complete URL that uniquely defines a resource.
    rel str
    Indicates the link relationship of the object.
    href String
    A hypermedia link to the complete URL that uniquely defines a resource.
    rel String
    Indicates the link relationship of the object.

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi