Class GetServerCertificateArgs
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.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetServerCertificateArgs : InvokeArgs
Constructors
View SourceGetServerCertificateArgs()
Declaration
public GetServerCertificateArgs()
Properties
View SourceLatest
sort results by expiration date. returns the certificate with expiration date in furthest in the future.
Declaration
public bool? Latest { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
exact name of the cert to lookup
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NamePrefix
prefix of cert to filter by
Declaration
public string NamePrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PathPrefix
prefix of path to filter by
Declaration
public string PathPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |