aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.route53.DNSSEC

Explore with Pulumi AI

Resource used to control (enable/disable) DNSSEC in a specific hosted zone.

Create DNSSEC Resource

new DNSSEC(name: string, args: DNSSECArgs, opts?: CustomResourceOptions);
@overload
def DNSSEC(resource_name: str,
           opts: Optional[ResourceOptions] = None,
           hosted_zone_id: Optional[str] = None)
@overload
def DNSSEC(resource_name: str,
           args: DNSSECArgs,
           opts: Optional[ResourceOptions] = None)
func NewDNSSEC(ctx *Context, name string, args DNSSECArgs, opts ...ResourceOption) (*DNSSEC, error)
public DNSSEC(string name, DNSSECArgs args, CustomResourceOptions? opts = null)
public DNSSEC(String name, DNSSECArgs args)
public DNSSEC(String name, DNSSECArgs args, CustomResourceOptions options)
type: aws-native:route53:DNSSEC
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args DNSSECArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args DNSSECArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args DNSSECArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args DNSSECArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args DNSSECArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

DNSSEC Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The DNSSEC resource accepts the following input properties:

HostedZoneId string

The unique string (ID) used to identify a hosted zone.

HostedZoneId string

The unique string (ID) used to identify a hosted zone.

hostedZoneId String

The unique string (ID) used to identify a hosted zone.

hostedZoneId string

The unique string (ID) used to identify a hosted zone.

hosted_zone_id str

The unique string (ID) used to identify a hosted zone.

hostedZoneId String

The unique string (ID) used to identify a hosted zone.

Outputs

All input properties are implicitly available as output properties. Additionally, the DNSSEC resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0