Custom Domains
CreateCustomDomain
DeleteCustomDomain
GetCustomDomain
UpdateCustomDomain
ModelsExpand Collapse
class CustomDomain: …CustomDomain represents a custom domain configuration for an organization
CustomDomain represents a custom domain configuration for an organization
organization_id is the ID of the organization this custom domain belongs to
aws_account_id is the AWS account ID (deprecated: use cloud_account_id)
class CustomDomainCreateResponse: …CreateCustomDomainResponse is the response message for creating a custom domain
CreateCustomDomainResponse is the response message for creating a custom domain
custom_domain is the created custom domain
custom_domain is the created custom domain
organization_id is the ID of the organization this custom domain belongs to
aws_account_id is the AWS account ID (deprecated: use cloud_account_id)
class CustomDomainRetrieveResponse: …
CustomDomain represents a custom domain configuration for an organization
CustomDomain represents a custom domain configuration for an organization
organization_id is the ID of the organization this custom domain belongs to
aws_account_id is the AWS account ID (deprecated: use cloud_account_id)
class CustomDomainUpdateResponse: …UpdateCustomDomainResponse is the response message for updating a custom domain
UpdateCustomDomainResponse is the response message for updating a custom domain
custom_domain is the updated custom domain
custom_domain is the updated custom domain
organization_id is the ID of the organization this custom domain belongs to
aws_account_id is the AWS account ID (deprecated: use cloud_account_id)