Struct aws_sdk_apprunner::input::associate_custom_domain_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AssociateCustomDomainInput
Implementations
The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.
The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.
A custom domain endpoint to associate. Specify a root domain (for example, example.com
), a subdomain (for example, login.example.com
or admin.login.example.com
), or a wildcard (for example, *.example.com
).
A custom domain endpoint to associate. Specify a root domain (for example, example.com
), a subdomain (for example, login.example.com
or admin.login.example.com
), or a wildcard (for example, *.example.com
).
Set to true
to associate the subdomain www.DomainName
with the App Runner service in addition to the base domain.
Default: true
Set to true
to associate the subdomain www.DomainName
with the App Runner service in addition to the base domain.
Default: true
Consumes the builder and constructs a AssociateCustomDomainInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more