Class FileSystemAssociationState


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

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        Amazon Resource Name (ARN) of the newly created file system association.
      • auditDestinationArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> auditDestinationArn()
        Returns:
        The Amazon Resource Name (ARN) of the storage used for the audit logs.
      • cacheAttributes

        public java.util.Optional<com.pulumi.core.Output<FileSystemAssociationCacheAttributesArgs>> cacheAttributes()
        Returns:
        Refresh cache information. see Cache Attributes for more details.
      • gatewayArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> gatewayArn()
        Returns:
        The Amazon Resource Name (ARN) of the gateway.
      • locationArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> locationArn()
        Returns:
        The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.
      • password

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> password()
        Returns:
        The password of the user credential.
      • 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

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

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> username()
        Returns:
        The user name of the user credential that has permission to access the root share of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.