get_domain¶
Operation¶
get_domain
async
¶
get_domain(input: GetDomainInput, plugins: list[Plugin] | None = None) -> GetDomainOutput
Retrieves information about a Domain.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetDomainInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
GetDomainOutput
|
An instance of |
Input¶
GetDomainInput
dataclass
¶
Output¶
GetDomainOutput
dataclass
¶
Dataclass for GetDomainOutput structure.
Attributes¶
encryption_context
class-attribute
instance-attribute
¶
encryption_context: EncryptionContext | None = None
tags
class-attribute
instance-attribute
¶
tags: dict[str, str] | None = None
Tags associated with the Domain
web_app_configuration
class-attribute
instance-attribute
¶
web_app_configuration: WebAppConfiguration | None = None