Show / Hide Table of Contents

Class SslCertArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SslCertArgs
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.Gcp.Sql
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SslCertArgs : ResourceArgs

Constructors

View Source

SslCertArgs()

Declaration
public SslCertArgs()

Properties

View Source

CommonName

The common name to be used in the certificate to identify the client. Constrained to [a-zA-Z.-_ ]+. Changing this forces a new resource to be created.

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

Instance

The name of the Cloud SQL instance. Changing this forces a new resource to be created.

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

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

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