Class GetKMSKeyRingArgs


  • public final class GetKMSKeyRingArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • location

        public com.pulumi.core.Output<java.lang.String> location()
        Returns:
        The Google Cloud Platform location for the KeyRing. A full list of valid locations can be found by running `gcloud kms locations list`. ***
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        The KeyRing's name. A KeyRing name must exist within the provided location and match the regular expression `[a-zA-Z0-9_-]{1,63}`
      • project

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