Struct rusoto_apigateway::CreateDomainNameRequest [] [src]

pub struct CreateDomainNameRequest {
    pub certificate_arn: Option<String>,
    pub certificate_body: Option<String>,
    pub certificate_chain: Option<String>,
    pub certificate_name: Option<String>,
    pub certificate_private_key: Option<String>,
    pub domain_name: String,
}

A request to create a new domain name.

Fields

The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.

[Deprecated] The body of the server certificate provided by your certificate authority.

[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any blank lines. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.

The user-friendly name of the certificate.

[Deprecated] Your certificate's private key.

(Required) The name of the DomainName resource.

Trait Implementations

impl Default for CreateDomainNameRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CreateDomainNameRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateDomainNameRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more