Show / Hide Table of Contents

Class ClientCertificateState

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

Constructors

View Source

ClientCertificateState()

Declaration
public ClientCertificateState()

Properties

View Source

Arn

Amazon Resource Name (ARN)

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

CreatedDate

The date when the client certificate was created.

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

Description

The description of the client certificate.

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

ExpirationDate

The date when the client certificate will expire.

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

PemEncodedCertificate

The PEM-encoded public key of the client certificate.

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

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.