Class BucketAccessKeyState


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

      • accessKeyId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accessKeyId()
        Returns:
        The ID of the access key.
      • bucketName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> bucketName()
        Returns:
        The name of the bucket that the new access key will belong to, and grant access to.
      • createdAt

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> createdAt()
        Returns:
        The timestamp when the access key was created.
      • secretAccessKey

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> secretAccessKey()
        Returns:
        The secret access key used to sign requests. This attribute is not available for imported resources. Note that this will be written to the state file.
      • status

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