akamai.GtmDomain
Explore with Pulumi AI
Create GtmDomain Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GtmDomain(name: string, args: GtmDomainArgs, opts?: CustomResourceOptions);@overload
def GtmDomain(resource_name: str,
              args: GtmDomainArgs,
              opts: Optional[ResourceOptions] = None)
@overload
def GtmDomain(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              type: Optional[str] = None,
              end_user_mapping_enabled: Optional[bool] = None,
              email_notification_lists: Optional[Sequence[str]] = None,
              default_error_penalty: Optional[int] = None,
              default_ssl_client_certificate: Optional[str] = None,
              group: Optional[str] = None,
              default_timeout_penalty: Optional[int] = None,
              contract: Optional[str] = None,
              cname_coalescing_enabled: Optional[bool] = None,
              default_ssl_client_private_key: Optional[str] = None,
              load_feedback: Optional[bool] = None,
              load_imbalance_percentage: Optional[float] = None,
              name: Optional[str] = None,
              sign_and_serve: Optional[bool] = None,
              sign_and_serve_algorithm: Optional[str] = None,
              comment: Optional[str] = None,
              wait_on_complete: Optional[bool] = None)func NewGtmDomain(ctx *Context, name string, args GtmDomainArgs, opts ...ResourceOption) (*GtmDomain, error)public GtmDomain(string name, GtmDomainArgs args, CustomResourceOptions? opts = null)
public GtmDomain(String name, GtmDomainArgs args)
public GtmDomain(String name, GtmDomainArgs args, CustomResourceOptions options)
type: akamai:GtmDomain
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GtmDomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args GtmDomainArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GtmDomainArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GtmDomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GtmDomainArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var gtmDomainResource = new Akamai.GtmDomain("gtmDomainResource", new()
{
    Type = "string",
    EndUserMappingEnabled = false,
    EmailNotificationLists = new[]
    {
        "string",
    },
    DefaultErrorPenalty = 0,
    DefaultSslClientCertificate = "string",
    Group = "string",
    DefaultTimeoutPenalty = 0,
    Contract = "string",
    CnameCoalescingEnabled = false,
    DefaultSslClientPrivateKey = "string",
    LoadFeedback = false,
    LoadImbalancePercentage = 0,
    Name = "string",
    SignAndServe = false,
    SignAndServeAlgorithm = "string",
    Comment = "string",
    WaitOnComplete = false,
});
example, err := akamai.NewGtmDomain(ctx, "gtmDomainResource", &akamai.GtmDomainArgs{
	Type:                  pulumi.String("string"),
	EndUserMappingEnabled: pulumi.Bool(false),
	EmailNotificationLists: pulumi.StringArray{
		pulumi.String("string"),
	},
	DefaultErrorPenalty:         pulumi.Int(0),
	DefaultSslClientCertificate: pulumi.String("string"),
	Group:                       pulumi.String("string"),
	DefaultTimeoutPenalty:       pulumi.Int(0),
	Contract:                    pulumi.String("string"),
	CnameCoalescingEnabled:      pulumi.Bool(false),
	DefaultSslClientPrivateKey:  pulumi.String("string"),
	LoadFeedback:                pulumi.Bool(false),
	LoadImbalancePercentage:     pulumi.Float64(0),
	Name:                        pulumi.String("string"),
	SignAndServe:                pulumi.Bool(false),
	SignAndServeAlgorithm:       pulumi.String("string"),
	Comment:                     pulumi.String("string"),
	WaitOnComplete:              pulumi.Bool(false),
})
var gtmDomainResource = new GtmDomain("gtmDomainResource", GtmDomainArgs.builder()
    .type("string")
    .endUserMappingEnabled(false)
    .emailNotificationLists("string")
    .defaultErrorPenalty(0)
    .defaultSslClientCertificate("string")
    .group("string")
    .defaultTimeoutPenalty(0)
    .contract("string")
    .cnameCoalescingEnabled(false)
    .defaultSslClientPrivateKey("string")
    .loadFeedback(false)
    .loadImbalancePercentage(0)
    .name("string")
    .signAndServe(false)
    .signAndServeAlgorithm("string")
    .comment("string")
    .waitOnComplete(false)
    .build());
gtm_domain_resource = akamai.GtmDomain("gtmDomainResource",
    type="string",
    end_user_mapping_enabled=False,
    email_notification_lists=["string"],
    default_error_penalty=0,
    default_ssl_client_certificate="string",
    group="string",
    default_timeout_penalty=0,
    contract="string",
    cname_coalescing_enabled=False,
    default_ssl_client_private_key="string",
    load_feedback=False,
    load_imbalance_percentage=0,
    name="string",
    sign_and_serve=False,
    sign_and_serve_algorithm="string",
    comment="string",
    wait_on_complete=False)
const gtmDomainResource = new akamai.GtmDomain("gtmDomainResource", {
    type: "string",
    endUserMappingEnabled: false,
    emailNotificationLists: ["string"],
    defaultErrorPenalty: 0,
    defaultSslClientCertificate: "string",
    group: "string",
    defaultTimeoutPenalty: 0,
    contract: "string",
    cnameCoalescingEnabled: false,
    defaultSslClientPrivateKey: "string",
    loadFeedback: false,
    loadImbalancePercentage: 0,
    name: "string",
    signAndServe: false,
    signAndServeAlgorithm: "string",
    comment: "string",
    waitOnComplete: false,
});
type: akamai:GtmDomain
properties:
    cnameCoalescingEnabled: false
    comment: string
    contract: string
    defaultErrorPenalty: 0
    defaultSslClientCertificate: string
    defaultSslClientPrivateKey: string
    defaultTimeoutPenalty: 0
    emailNotificationLists:
        - string
    endUserMappingEnabled: false
    group: string
    loadFeedback: false
    loadImbalancePercentage: 0
    name: string
    signAndServe: false
    signAndServeAlgorithm: string
    type: string
    waitOnComplete: false
GtmDomain Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The GtmDomain resource accepts the following input properties:
- Type string
- CnameCoalescing boolEnabled 
- Comment string
- Contract string
- DefaultError intPenalty 
- DefaultSsl stringClient Certificate 
- DefaultSsl stringClient Private Key 
- DefaultTimeout intPenalty 
- EmailNotification List<string>Lists 
- EndUser boolMapping Enabled 
- Group string
- LoadFeedback bool
- LoadImbalance doublePercentage 
- Name string
- SignAnd boolServe 
- If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
- SignAnd stringServe Algorithm 
- 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.
- WaitOn boolComplete 
- Type string
- CnameCoalescing boolEnabled 
- Comment string
- Contract string
- DefaultError intPenalty 
- DefaultSsl stringClient Certificate 
- DefaultSsl stringClient Private Key 
- DefaultTimeout intPenalty 
- EmailNotification []stringLists 
- EndUser boolMapping Enabled 
- Group string
- LoadFeedback bool
- LoadImbalance float64Percentage 
- Name string
- SignAnd boolServe 
- If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
- SignAnd stringServe Algorithm 
- 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.
- WaitOn boolComplete 
- type String
- cnameCoalescing BooleanEnabled 
- comment String
- contract String
- defaultError IntegerPenalty 
- defaultSsl StringClient Certificate 
- defaultSsl StringClient Private Key 
- defaultTimeout IntegerPenalty 
- emailNotification List<String>Lists 
- endUser BooleanMapping Enabled 
- group String
- loadFeedback Boolean
- loadImbalance DoublePercentage 
- name String
- signAnd BooleanServe 
- If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
- signAnd StringServe Algorithm 
- 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.
- waitOn BooleanComplete 
- type string
- cnameCoalescing booleanEnabled 
- comment string
- contract string
- defaultError numberPenalty 
- defaultSsl stringClient Certificate 
- defaultSsl stringClient Private Key 
- defaultTimeout numberPenalty 
- emailNotification string[]Lists 
- endUser booleanMapping Enabled 
- group string
- loadFeedback boolean
- loadImbalance numberPercentage 
- name string
- signAnd booleanServe 
- If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
- signAnd stringServe Algorithm 
- 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.
- waitOn booleanComplete 
- type str
- cname_coalescing_ boolenabled 
- comment str
- contract str
- default_error_ intpenalty 
- default_ssl_ strclient_ certificate 
- default_ssl_ strclient_ private_ key 
- default_timeout_ intpenalty 
- email_notification_ Sequence[str]lists 
- end_user_ boolmapping_ enabled 
- group str
- load_feedback bool
- load_imbalance_ floatpercentage 
- name str
- sign_and_ boolserve 
- If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
- sign_and_ strserve_ algorithm 
- 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.
- wait_on_ boolcomplete 
- type String
- cnameCoalescing BooleanEnabled 
- comment String
- contract String
- defaultError NumberPenalty 
- defaultSsl StringClient Certificate 
- defaultSsl StringClient Private Key 
- defaultTimeout NumberPenalty 
- emailNotification List<String>Lists 
- endUser BooleanMapping Enabled 
- group String
- loadFeedback Boolean
- loadImbalance NumberPercentage 
- name String
- signAnd BooleanServe 
- If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
- signAnd StringServe Algorithm 
- 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.
- waitOn BooleanComplete 
Outputs
All input properties are implicitly available as output properties. Additionally, the GtmDomain resource produces the following output properties:
- DefaultHealth doubleMax 
- DefaultHealth doubleMultiplier 
- DefaultHealth doubleThreshold 
- DefaultMax intUnreachable Penalty 
- DefaultUnreachable doubleThreshold 
- Id string
- The provider-assigned unique ID for this managed resource.
- MapUpdate intInterval 
- MaxProperties int
- MaxResources int
- MaxTest doubleTimeout 
- MaxTtl int
- MinPingable doubleRegion Fraction 
- MinTest intInterval 
- MinTtl int
- PingInterval int
- PingPacket intSize 
- RoundRobin stringPrefix 
- ServermonitorLiveness intCount 
- ServermonitorLoad intCount 
- ServermonitorPool string
- DefaultHealth float64Max 
- DefaultHealth float64Multiplier 
- DefaultHealth float64Threshold 
- DefaultMax intUnreachable Penalty 
- DefaultUnreachable float64Threshold 
- Id string
- The provider-assigned unique ID for this managed resource.
- MapUpdate intInterval 
- MaxProperties int
- MaxResources int
- MaxTest float64Timeout 
- MaxTtl int
- MinPingable float64Region Fraction 
- MinTest intInterval 
- MinTtl int
- PingInterval int
- PingPacket intSize 
- RoundRobin stringPrefix 
- ServermonitorLiveness intCount 
- ServermonitorLoad intCount 
- ServermonitorPool string
- defaultHealth DoubleMax 
- defaultHealth DoubleMultiplier 
- defaultHealth DoubleThreshold 
- defaultMax IntegerUnreachable Penalty 
- defaultUnreachable DoubleThreshold 
- id String
- The provider-assigned unique ID for this managed resource.
- mapUpdate IntegerInterval 
- maxProperties Integer
- maxResources Integer
- maxTest DoubleTimeout 
- maxTtl Integer
- minPingable DoubleRegion Fraction 
- minTest IntegerInterval 
- minTtl Integer
- pingInterval Integer
- pingPacket IntegerSize 
- roundRobin StringPrefix 
- servermonitorLiveness IntegerCount 
- servermonitorLoad IntegerCount 
- servermonitorPool String
- defaultHealth numberMax 
- defaultHealth numberMultiplier 
- defaultHealth numberThreshold 
- defaultMax numberUnreachable Penalty 
- defaultUnreachable numberThreshold 
- id string
- The provider-assigned unique ID for this managed resource.
- mapUpdate numberInterval 
- maxProperties number
- maxResources number
- maxTest numberTimeout 
- maxTtl number
- minPingable numberRegion Fraction 
- minTest numberInterval 
- minTtl number
- pingInterval number
- pingPacket numberSize 
- roundRobin stringPrefix 
- servermonitorLiveness numberCount 
- servermonitorLoad numberCount 
- servermonitorPool string
- default_health_ floatmax 
- default_health_ floatmultiplier 
- default_health_ floatthreshold 
- default_max_ intunreachable_ penalty 
- default_unreachable_ floatthreshold 
- id str
- The provider-assigned unique ID for this managed resource.
- map_update_ intinterval 
- max_properties int
- max_resources int
- max_test_ floattimeout 
- max_ttl int
- min_pingable_ floatregion_ fraction 
- min_test_ intinterval 
- min_ttl int
- ping_interval int
- ping_packet_ intsize 
- round_robin_ strprefix 
- servermonitor_liveness_ intcount 
- servermonitor_load_ intcount 
- servermonitor_pool str
- defaultHealth NumberMax 
- defaultHealth NumberMultiplier 
- defaultHealth NumberThreshold 
- defaultMax NumberUnreachable Penalty 
- defaultUnreachable NumberThreshold 
- id String
- The provider-assigned unique ID for this managed resource.
- mapUpdate NumberInterval 
- maxProperties Number
- maxResources Number
- maxTest NumberTimeout 
- maxTtl Number
- minPingable NumberRegion Fraction 
- minTest NumberInterval 
- minTtl Number
- pingInterval Number
- pingPacket NumberSize 
- roundRobin StringPrefix 
- servermonitorLiveness NumberCount 
- servermonitorLoad NumberCount 
- servermonitorPool String
Look up Existing GtmDomain Resource
Get an existing GtmDomain resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: GtmDomainState, opts?: CustomResourceOptions): GtmDomain@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        cname_coalescing_enabled: Optional[bool] = None,
        comment: Optional[str] = None,
        contract: Optional[str] = None,
        default_error_penalty: Optional[int] = None,
        default_health_max: Optional[float] = None,
        default_health_multiplier: Optional[float] = None,
        default_health_threshold: Optional[float] = None,
        default_max_unreachable_penalty: Optional[int] = None,
        default_ssl_client_certificate: Optional[str] = None,
        default_ssl_client_private_key: Optional[str] = None,
        default_timeout_penalty: Optional[int] = None,
        default_unreachable_threshold: Optional[float] = None,
        email_notification_lists: Optional[Sequence[str]] = None,
        end_user_mapping_enabled: Optional[bool] = None,
        group: Optional[str] = None,
        load_feedback: Optional[bool] = None,
        load_imbalance_percentage: Optional[float] = None,
        map_update_interval: Optional[int] = None,
        max_properties: Optional[int] = None,
        max_resources: Optional[int] = None,
        max_test_timeout: Optional[float] = None,
        max_ttl: Optional[int] = None,
        min_pingable_region_fraction: Optional[float] = None,
        min_test_interval: Optional[int] = None,
        min_ttl: Optional[int] = None,
        name: Optional[str] = None,
        ping_interval: Optional[int] = None,
        ping_packet_size: Optional[int] = None,
        round_robin_prefix: Optional[str] = None,
        servermonitor_liveness_count: Optional[int] = None,
        servermonitor_load_count: Optional[int] = None,
        servermonitor_pool: Optional[str] = None,
        sign_and_serve: Optional[bool] = None,
        sign_and_serve_algorithm: Optional[str] = None,
        type: Optional[str] = None,
        wait_on_complete: Optional[bool] = None) -> GtmDomainfunc GetGtmDomain(ctx *Context, name string, id IDInput, state *GtmDomainState, opts ...ResourceOption) (*GtmDomain, error)public static GtmDomain Get(string name, Input<string> id, GtmDomainState? state, CustomResourceOptions? opts = null)public static GtmDomain get(String name, Output<String> id, GtmDomainState state, CustomResourceOptions options)resources:  _:    type: akamai:GtmDomain    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- CnameCoalescing boolEnabled 
- Comment string
- Contract string
- DefaultError intPenalty 
- DefaultHealth doubleMax 
- DefaultHealth doubleMultiplier 
- DefaultHealth doubleThreshold 
- DefaultMax intUnreachable Penalty 
- DefaultSsl stringClient Certificate 
- DefaultSsl stringClient Private Key 
- DefaultTimeout intPenalty 
- DefaultUnreachable doubleThreshold 
- EmailNotification List<string>Lists 
- EndUser boolMapping Enabled 
- Group string
- LoadFeedback bool
- LoadImbalance doublePercentage 
- MapUpdate intInterval 
- MaxProperties int
- MaxResources int
- MaxTest doubleTimeout 
- MaxTtl int
- MinPingable doubleRegion Fraction 
- MinTest intInterval 
- MinTtl int
- Name string
- PingInterval int
- PingPacket intSize 
- RoundRobin stringPrefix 
- ServermonitorLiveness intCount 
- ServermonitorLoad intCount 
- ServermonitorPool string
- SignAnd boolServe 
- If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
- SignAnd stringServe Algorithm 
- 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.
- Type string
- WaitOn boolComplete 
- CnameCoalescing boolEnabled 
- Comment string
- Contract string
- DefaultError intPenalty 
- DefaultHealth float64Max 
- DefaultHealth float64Multiplier 
- DefaultHealth float64Threshold 
- DefaultMax intUnreachable Penalty 
- DefaultSsl stringClient Certificate 
- DefaultSsl stringClient Private Key 
- DefaultTimeout intPenalty 
- DefaultUnreachable float64Threshold 
- EmailNotification []stringLists 
- EndUser boolMapping Enabled 
- Group string
- LoadFeedback bool
- LoadImbalance float64Percentage 
- MapUpdate intInterval 
- MaxProperties int
- MaxResources int
- MaxTest float64Timeout 
- MaxTtl int
- MinPingable float64Region Fraction 
- MinTest intInterval 
- MinTtl int
- Name string
- PingInterval int
- PingPacket intSize 
- RoundRobin stringPrefix 
- ServermonitorLiveness intCount 
- ServermonitorLoad intCount 
- ServermonitorPool string
- SignAnd boolServe 
- If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
- SignAnd stringServe Algorithm 
- 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.
- Type string
- WaitOn boolComplete 
- cnameCoalescing BooleanEnabled 
- comment String
- contract String
- defaultError IntegerPenalty 
- defaultHealth DoubleMax 
- defaultHealth DoubleMultiplier 
- defaultHealth DoubleThreshold 
- defaultMax IntegerUnreachable Penalty 
- defaultSsl StringClient Certificate 
- defaultSsl StringClient Private Key 
- defaultTimeout IntegerPenalty 
- defaultUnreachable DoubleThreshold 
- emailNotification List<String>Lists 
- endUser BooleanMapping Enabled 
- group String
- loadFeedback Boolean
- loadImbalance DoublePercentage 
- mapUpdate IntegerInterval 
- maxProperties Integer
- maxResources Integer
- maxTest DoubleTimeout 
- maxTtl Integer
- minPingable DoubleRegion Fraction 
- minTest IntegerInterval 
- minTtl Integer
- name String
- pingInterval Integer
- pingPacket IntegerSize 
- roundRobin StringPrefix 
- servermonitorLiveness IntegerCount 
- servermonitorLoad IntegerCount 
- servermonitorPool String
- signAnd BooleanServe 
- If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
- signAnd StringServe Algorithm 
- 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.
- type String
- waitOn BooleanComplete 
- cnameCoalescing booleanEnabled 
- comment string
- contract string
- defaultError numberPenalty 
- defaultHealth numberMax 
- defaultHealth numberMultiplier 
- defaultHealth numberThreshold 
- defaultMax numberUnreachable Penalty 
- defaultSsl stringClient Certificate 
- defaultSsl stringClient Private Key 
- defaultTimeout numberPenalty 
- defaultUnreachable numberThreshold 
- emailNotification string[]Lists 
- endUser booleanMapping Enabled 
- group string
- loadFeedback boolean
- loadImbalance numberPercentage 
- mapUpdate numberInterval 
- maxProperties number
- maxResources number
- maxTest numberTimeout 
- maxTtl number
- minPingable numberRegion Fraction 
- minTest numberInterval 
- minTtl number
- name string
- pingInterval number
- pingPacket numberSize 
- roundRobin stringPrefix 
- servermonitorLiveness numberCount 
- servermonitorLoad numberCount 
- servermonitorPool string
- signAnd booleanServe 
- If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
- signAnd stringServe Algorithm 
- 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.
- type string
- waitOn booleanComplete 
- cname_coalescing_ boolenabled 
- comment str
- contract str
- default_error_ intpenalty 
- default_health_ floatmax 
- default_health_ floatmultiplier 
- default_health_ floatthreshold 
- default_max_ intunreachable_ penalty 
- default_ssl_ strclient_ certificate 
- default_ssl_ strclient_ private_ key 
- default_timeout_ intpenalty 
- default_unreachable_ floatthreshold 
- email_notification_ Sequence[str]lists 
- end_user_ boolmapping_ enabled 
- group str
- load_feedback bool
- load_imbalance_ floatpercentage 
- map_update_ intinterval 
- max_properties int
- max_resources int
- max_test_ floattimeout 
- max_ttl int
- min_pingable_ floatregion_ fraction 
- min_test_ intinterval 
- min_ttl int
- name str
- ping_interval int
- ping_packet_ intsize 
- round_robin_ strprefix 
- servermonitor_liveness_ intcount 
- servermonitor_load_ intcount 
- servermonitor_pool str
- sign_and_ boolserve 
- If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
- sign_and_ strserve_ algorithm 
- 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.
- type str
- wait_on_ boolcomplete 
- cnameCoalescing BooleanEnabled 
- comment String
- contract String
- defaultError NumberPenalty 
- defaultHealth NumberMax 
- defaultHealth NumberMultiplier 
- defaultHealth NumberThreshold 
- defaultMax NumberUnreachable Penalty 
- defaultSsl StringClient Certificate 
- defaultSsl StringClient Private Key 
- defaultTimeout NumberPenalty 
- defaultUnreachable NumberThreshold 
- emailNotification List<String>Lists 
- endUser BooleanMapping Enabled 
- group String
- loadFeedback Boolean
- loadImbalance NumberPercentage 
- mapUpdate NumberInterval 
- maxProperties Number
- maxResources Number
- maxTest NumberTimeout 
- maxTtl Number
- minPingable NumberRegion Fraction 
- minTest NumberInterval 
- minTtl Number
- name String
- pingInterval Number
- pingPacket NumberSize 
- roundRobin StringPrefix 
- servermonitorLiveness NumberCount 
- servermonitorLoad NumberCount 
- servermonitorPool String
- signAnd BooleanServe 
- If set (true) we will sign the domain's resource records so that they can be validated by a validating resolver.
- signAnd StringServe Algorithm 
- 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.
- type String
- waitOn BooleanComplete 
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.