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 SourceArn
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 |
Domain
Declaration
public readonly string Domain
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
KeyTypes
Declaration
public readonly ImmutableArray<string> KeyTypes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
MostRecent
Declaration
public readonly bool? MostRecent
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Statuses
Declaration
public readonly ImmutableArray<string> Statuses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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> |
Types
Declaration
public readonly ImmutableArray<string> Types
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |