Class ContainerV1State


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

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

        com.pulumi.resources.InputArgs.InputArgsInternal
    • 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.
      • consumers

        public java.util.Optional<com.pulumi.core.Output<java.util.List<ContainerV1ConsumerArgs>>> consumers()
        Returns:
        The list of the container consumers. The structure is described below.
      • containerRef

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> containerRef()
        Returns:
        The container reference / where to find the container.
      • createdAt

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> createdAt()
        Returns:
        The date the container ACL was created.
      • creatorId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> creatorId()
        Returns:
        The creator of the container.
      • 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.
      • status

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()
        Returns:
        The status of the container.
      • type

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

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> updatedAt()
        Returns:
        The date the container ACL was last updated.