Class ManagedZoneDnssecConfigArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dns.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ManagedZoneDnssecConfigArgs : ResourceArgs
Constructors
View SourceManagedZoneDnssecConfigArgs()
Declaration
public ManagedZoneDnssecConfigArgs()
Properties
View SourceDefaultKeySpecs
Specifies parameters that will be used for generating initial DnsKeys
for this ManagedZone. If you provide a spec for keySigning or zoneSigning,
you must also provide one for the other.
default_key_specs can only be updated when the state is off. Structure is documented below.
Declaration
public InputList<ManagedZoneDnssecConfigDefaultKeySpecArgs> DefaultKeySpecs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ManagedZoneDnssecConfigDefaultKeySpecArgs> |
Kind
Identifies what kind of resource this is
Declaration
public Input<string> Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NonExistence
Specifies the mechanism used to provide authenticated denial-of-existence responses.
non_existence can only be updated when the state is off.
Declaration
public Input<string> NonExistence { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
Specifies whether DNSSEC is enabled, and what mode it is in
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |