Class GuestPoliciesRecipeArtifactGcsArgs


  • public final class GuestPoliciesRecipeArtifactGcsArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • bucket

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> bucket()
        Returns:
        Bucket of the Google Cloud Storage object. Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be my-bucket.
      • generation

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> generation()
        Returns:
        Must be provided if allowInsecure is false. Generation number of the Google Cloud Storage object. https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be 1234567.
      • object

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> object()
        Returns:
        Name of the Google Cloud Storage object. Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be foo/bar.