Class AccessPointState


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

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        ARN of the access point.
      • fileSystemArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> fileSystemArn()
        Returns:
        ARN of the file system.
      • fileSystemId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> fileSystemId()
        Returns:
        ID of the file system for which the access point is intended.
      • ownerId

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

        public java.util.Optional<com.pulumi.core.Output<AccessPointPosixUserArgs>> posixUser()
        Returns:
        Operating system user and group applied to all file system requests made using the access point. Detailed below.
      • rootDirectory

        public java.util.Optional<com.pulumi.core.Output<AccessPointRootDirectoryArgs>> rootDirectory()
        Returns:
        Directory on the Amazon EFS file system that the access point provides access to. Detailed below.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value mapping 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:
        Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.