Show / Hide Table of Contents

Class GetCertificateResult

Inheritance
System.Object
GetCertificateResult
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.Aws.Acm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetCertificateResult

Fields

View Source

Arn

Set to the ARN of the found certificate, suitable for referencing in other resources that support ACM certificates.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

Domain

Declaration
public readonly string Domain
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

KeyTypes

Declaration
public readonly ImmutableArray<string> KeyTypes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

MostRecent

Declaration
public readonly bool? MostRecent
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Statuses

Declaration
public readonly ImmutableArray<string> Statuses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Tags

A mapping of tags for the resource.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Types

Declaration
public readonly ImmutableArray<string> Types
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.