Class ContainerV1Args


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

      • acl

        public java.util.Optional<com.pulumi.core.Output<ContainerV1AclArgs>> acl()
        Returns:
        Allows to control an access to a container. Currently only the `read` operation is supported. If not specified, the container is accessible project wide. The `read` structure is described below.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Human-readable name for the Container. Does not have to be unique.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        The region in which to obtain the V1 KeyManager client. A KeyManager client is needed to create a container. If omitted, the `region` argument of the provider is used. Changing this creates a new V1 container.
      • secretRefs

        public java.util.Optional<com.pulumi.core.Output<java.util.List<ContainerV1SecretRefArgs>>> secretRefs()
        Returns:
        A set of dictionaries containing references to secrets. The structure is described below.
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        Used to indicate the type of container. Must be one of `generic`, `rsa` or `certificate`.