Show / Hide Table of Contents

Class PublicKeyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PublicKeyArgs
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.Aws.CloudFront
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PublicKeyArgs : ResourceArgs

Constructors

View Source

PublicKeyArgs()

Declaration
public PublicKeyArgs()

Properties

View Source

Comment

An optional comment about the public key.

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

EncodedKey

The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

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

Name

The name for the public key. By default generated by this provider.

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

NamePrefix

The name for the public key. Conflicts with name.

Declaration
public Input<string> NamePrefix { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.