Show / Hide Table of Contents

Class ManagedZoneDnssecConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ManagedZoneDnssecConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

ManagedZoneDnssecConfigArgs()

Declaration
public ManagedZoneDnssecConfigArgs()

Properties

View Source

DefaultKeySpecs

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>
View Source

Kind

Identifies what kind of resource this is

Declaration
public Input<string> Kind { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.