We recommend new projects start with resources from the AWS provider.
aws-native.iot.getDomainConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Create and manage a Domain Configuration
Using getDomainConfiguration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDomainConfiguration(args: GetDomainConfigurationArgs, opts?: InvokeOptions): Promise<GetDomainConfigurationResult>
function getDomainConfigurationOutput(args: GetDomainConfigurationOutputArgs, opts?: InvokeOptions): Output<GetDomainConfigurationResult>
def get_domain_configuration(domain_configuration_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDomainConfigurationResult
def get_domain_configuration_output(domain_configuration_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDomainConfigurationResult]
func LookupDomainConfiguration(ctx *Context, args *LookupDomainConfigurationArgs, opts ...InvokeOption) (*LookupDomainConfigurationResult, error)
func LookupDomainConfigurationOutput(ctx *Context, args *LookupDomainConfigurationOutputArgs, opts ...InvokeOption) LookupDomainConfigurationResultOutput
> Note: This function is named LookupDomainConfiguration
in the Go SDK.
public static class GetDomainConfiguration
{
public static Task<GetDomainConfigurationResult> InvokeAsync(GetDomainConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetDomainConfigurationResult> Invoke(GetDomainConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDomainConfigurationResult> getDomainConfiguration(GetDomainConfigurationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:iot:getDomainConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Domain
Configuration stringName - The name of the domain configuration. This value must be unique to a region.
- Domain
Configuration stringName - The name of the domain configuration. This value must be unique to a region.
- domain
Configuration StringName - The name of the domain configuration. This value must be unique to a region.
- domain
Configuration stringName - The name of the domain configuration. This value must be unique to a region.
- domain_
configuration_ strname - The name of the domain configuration. This value must be unique to a region.
- domain
Configuration StringName - The name of the domain configuration. This value must be unique to a region.
getDomainConfiguration Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the domain configuration.
- Pulumi.
Aws Native. Io T. Outputs. Domain Configuration Authorizer Config - An object that specifies the authorization service for a domain.
- Domain
Configuration Pulumi.Status Aws Native. Io T. Domain Configuration Status The status to which the domain configuration should be updated.
Valid values:
ENABLED
|DISABLED
- Domain
Type Pulumi.Aws Native. Io T. Domain Configuration Domain Type - The type of service delivered by the domain.
- Server
Certificate Pulumi.Config Aws Native. Io T. Outputs. Domain Configuration Server Certificate Config The server certificate configuration.
For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
- Server
Certificates List<Pulumi.Aws Native. Io T. Outputs. Domain Configuration Server Certificate Summary> - The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for AWS -managed domains.
- List<Pulumi.
Aws Native. Outputs. Tag> Metadata which can be used to manage the domain configuration.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
- Tls
Config Pulumi.Aws Native. Io T. Outputs. Domain Configuration Tls Config - An object that specifies the TLS configuration for a domain.
- Arn string
- The Amazon Resource Name (ARN) of the domain configuration.
- Domain
Configuration Authorizer Config - An object that specifies the authorization service for a domain.
- Domain
Configuration DomainStatus Configuration Status The status to which the domain configuration should be updated.
Valid values:
ENABLED
|DISABLED
- Domain
Type DomainConfiguration Domain Type - The type of service delivered by the domain.
- Server
Certificate DomainConfig Configuration Server Certificate Config The server certificate configuration.
For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
- Server
Certificates []DomainConfiguration Server Certificate Summary - The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for AWS -managed domains.
- Tag
Metadata which can be used to manage the domain configuration.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
- Tls
Config DomainConfiguration Tls Config - An object that specifies the TLS configuration for a domain.
- arn String
- The Amazon Resource Name (ARN) of the domain configuration.
- Domain
Configuration Authorizer Config - An object that specifies the authorization service for a domain.
- domain
Configuration DomainStatus Configuration Status The status to which the domain configuration should be updated.
Valid values:
ENABLED
|DISABLED
- domain
Type DomainConfiguration Domain Type - The type of service delivered by the domain.
- server
Certificate DomainConfig Configuration Server Certificate Config The server certificate configuration.
For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
- server
Certificates List<DomainConfiguration Server Certificate Summary> - The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for AWS -managed domains.
- List<Tag>
Metadata which can be used to manage the domain configuration.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
- tls
Config DomainConfiguration Tls Config - An object that specifies the TLS configuration for a domain.
- arn string
- The Amazon Resource Name (ARN) of the domain configuration.
- Domain
Configuration Authorizer Config - An object that specifies the authorization service for a domain.
- domain
Configuration DomainStatus Configuration Status The status to which the domain configuration should be updated.
Valid values:
ENABLED
|DISABLED
- domain
Type DomainConfiguration Domain Type - The type of service delivered by the domain.
- server
Certificate DomainConfig Configuration Server Certificate Config The server certificate configuration.
For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
- server
Certificates DomainConfiguration Server Certificate Summary[] - The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for AWS -managed domains.
- Tag[]
Metadata which can be used to manage the domain configuration.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
- tls
Config DomainConfiguration Tls Config - An object that specifies the TLS configuration for a domain.
- arn str
- The Amazon Resource Name (ARN) of the domain configuration.
- Domain
Configuration Authorizer Config - An object that specifies the authorization service for a domain.
- domain_
configuration_ Domainstatus Configuration Status The status to which the domain configuration should be updated.
Valid values:
ENABLED
|DISABLED
- domain_
type DomainConfiguration Domain Type - The type of service delivered by the domain.
- server_
certificate_ Domainconfig Configuration Server Certificate Config The server certificate configuration.
For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
- server_
certificates Sequence[DomainConfiguration Server Certificate Summary] - The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for AWS -managed domains.
- Sequence[root_Tag]
Metadata which can be used to manage the domain configuration.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
- tls_
config DomainConfiguration Tls Config - An object that specifies the TLS configuration for a domain.
- arn String
- The Amazon Resource Name (ARN) of the domain configuration.
- Property Map
- An object that specifies the authorization service for a domain.
- domain
Configuration "ENABLED" | "DISABLED"Status The status to which the domain configuration should be updated.
Valid values:
ENABLED
|DISABLED
- domain
Type "ENDPOINT" | "AWS_MANAGED" | "CUSTOMER_MANAGED" - The type of service delivered by the domain.
- server
Certificate Property MapConfig The server certificate configuration.
For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
- server
Certificates List<Property Map> - The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for AWS -managed domains.
- List<Property Map>
Metadata which can be used to manage the domain configuration.
For URI Request parameters use format: ...key1=value1&key2=value2...
For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."
For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
- tls
Config Property Map - An object that specifies the TLS configuration for a domain.
Supporting Types
DomainConfigurationAuthorizerConfig
- bool
- A Boolean that specifies whether the domain configuration's authorization service can be overridden.
- string
- The name of the authorization service for a domain configuration.
- bool
- A Boolean that specifies whether the domain configuration's authorization service can be overridden.
- string
- The name of the authorization service for a domain configuration.
- Boolean
- A Boolean that specifies whether the domain configuration's authorization service can be overridden.
- String
- The name of the authorization service for a domain configuration.
- boolean
- A Boolean that specifies whether the domain configuration's authorization service can be overridden.
- string
- The name of the authorization service for a domain configuration.
- bool
- A Boolean that specifies whether the domain configuration's authorization service can be overridden.
- str
- The name of the authorization service for a domain configuration.
- Boolean
- A Boolean that specifies whether the domain configuration's authorization service can be overridden.
- String
- The name of the authorization service for a domain configuration.
DomainConfigurationDomainType
DomainConfigurationServerCertificateConfig
- Enable
Ocsp boolCheck - A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not. For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
- Enable
Ocsp boolCheck - A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not. For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
- enable
Ocsp BooleanCheck - A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not. For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
- enable
Ocsp booleanCheck - A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not. For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
- enable_
ocsp_ boolcheck - A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not. For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
- enable
Ocsp BooleanCheck - A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not. For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
DomainConfigurationServerCertificateSummary
- Server
Certificate stringArn - The ARN of the server certificate.
- Server
Certificate Pulumi.Status Aws Native. Io T. Domain Configuration Server Certificate Summary Server Certificate Status - The status of the server certificate.
- Server
Certificate stringStatus Detail - Details that explain the status of the server certificate.
- Server
Certificate stringArn - The ARN of the server certificate.
- Server
Certificate DomainStatus Configuration Server Certificate Summary Server Certificate Status - The status of the server certificate.
- Server
Certificate stringStatus Detail - Details that explain the status of the server certificate.
- server
Certificate StringArn - The ARN of the server certificate.
- server
Certificate DomainStatus Configuration Server Certificate Summary Server Certificate Status - The status of the server certificate.
- server
Certificate StringStatus Detail - Details that explain the status of the server certificate.
- server
Certificate stringArn - The ARN of the server certificate.
- server
Certificate DomainStatus Configuration Server Certificate Summary Server Certificate Status - The status of the server certificate.
- server
Certificate stringStatus Detail - Details that explain the status of the server certificate.
- server_
certificate_ strarn - The ARN of the server certificate.
- server_
certificate_ Domainstatus Configuration Server Certificate Summary Server Certificate Status - The status of the server certificate.
- server_
certificate_ strstatus_ detail - Details that explain the status of the server certificate.
- server
Certificate StringArn - The ARN of the server certificate.
- server
Certificate "INVALID" | "VALID"Status - The status of the server certificate.
- server
Certificate StringStatus Detail - Details that explain the status of the server certificate.
DomainConfigurationServerCertificateSummaryServerCertificateStatus
DomainConfigurationStatus
DomainConfigurationTlsConfig
- Security
Policy string - The security policy for a domain configuration. For more information, see Security policies in the AWS IoT Core developer guide .
- Security
Policy string - The security policy for a domain configuration. For more information, see Security policies in the AWS IoT Core developer guide .
- security
Policy String - The security policy for a domain configuration. For more information, see Security policies in the AWS IoT Core developer guide .
- security
Policy string - The security policy for a domain configuration. For more information, see Security policies in the AWS IoT Core developer guide .
- security_
policy str - The security policy for a domain configuration. For more information, see Security policies in the AWS IoT Core developer guide .
- security
Policy String - The security policy for a domain configuration. For more information, see Security policies in the AWS IoT Core developer guide .
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.