Class AccessGrantState


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

      • accessGrantArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accessGrantArn()
        Returns:
        Amazon Resource Name (ARN) of the S3 Access Grant.
      • accessGrantId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accessGrantId()
        Returns:
        Unique ID of the S3 Access Grant.
      • accessGrantsLocationId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accessGrantsLocationId()
        Returns:
        The ID of the S3 Access Grants location to with the access grant is giving access.
      • accountId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accountId()
      • grantScope

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> grantScope()
        Returns:
        The access grant's scope.
      • grantee

        public java.util.Optional<com.pulumi.core.Output<AccessGrantGranteeArgs>> grantee()
        Returns:
        See Grantee below for more details.
      • permission

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> permission()
        Returns:
        The access grant's level of access. Valid values: `READ`, `WRITE`, `READWRITE`.
      • s3PrefixType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> s3PrefixType()
        Returns:
        If you are creating an access grant that grants access to only one object, set this to `Object`. Valid values: `Object`.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.