Class SslCertArgs


  • public final class SslCertArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SslCertArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static SslCertArgs Empty  
    • Method Detail

      • commonName

        public com.pulumi.core.Output<java.lang.String> commonName()
        Returns:
        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.
      • instance

        public com.pulumi.core.Output<java.lang.String> instance()
        Returns:
        The name of the Cloud SQL instance. Changing this forces a new resource to be created.
      • project

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Returns:
        The ID of the project in which the resource belongs. If it is not provided, the provider project is used.