Show / Hide Table of Contents

Class GetServerCertificateArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServerCertificateArgs
Inherited Members
InvokeArgs.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.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetServerCertificateArgs : InvokeArgs

Constructors

View Source

GetServerCertificateArgs()

Declaration
public GetServerCertificateArgs()

Properties

View Source

Latest

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>
View Source

Name

exact name of the cert to lookup

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

NamePrefix

prefix of cert to filter by

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

PathPrefix

prefix of path to filter by

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