We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.60.0
published on Monday, Apr 6, 2026 by Pulumi
published on Monday, Apr 6, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.60.0
published on Monday, Apr 6, 2026 by Pulumi
published on Monday, Apr 6, 2026 by Pulumi
Resource type definition for AWS::FSx::S3AccessPointAttachment
Using getS3AccessPointAttachment
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getS3AccessPointAttachment(args: GetS3AccessPointAttachmentArgs, opts?: InvokeOptions): Promise<GetS3AccessPointAttachmentResult>
function getS3AccessPointAttachmentOutput(args: GetS3AccessPointAttachmentOutputArgs, opts?: InvokeOptions): Output<GetS3AccessPointAttachmentResult>def get_s3_access_point_attachment(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetS3AccessPointAttachmentResult
def get_s3_access_point_attachment_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetS3AccessPointAttachmentResult]func LookupS3AccessPointAttachment(ctx *Context, args *LookupS3AccessPointAttachmentArgs, opts ...InvokeOption) (*LookupS3AccessPointAttachmentResult, error)
func LookupS3AccessPointAttachmentOutput(ctx *Context, args *LookupS3AccessPointAttachmentOutputArgs, opts ...InvokeOption) LookupS3AccessPointAttachmentResultOutput> Note: This function is named LookupS3AccessPointAttachment in the Go SDK.
public static class GetS3AccessPointAttachment
{
public static Task<GetS3AccessPointAttachmentResult> InvokeAsync(GetS3AccessPointAttachmentArgs args, InvokeOptions? opts = null)
public static Output<GetS3AccessPointAttachmentResult> Invoke(GetS3AccessPointAttachmentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetS3AccessPointAttachmentResult> getS3AccessPointAttachment(GetS3AccessPointAttachmentArgs args, InvokeOptions options)
public static Output<GetS3AccessPointAttachmentResult> getS3AccessPointAttachment(GetS3AccessPointAttachmentArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:fsx:getS3AccessPointAttachment
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of the S3 access point attachment; also used for the name of the S3 access point.
- Name string
- The name of the S3 access point attachment; also used for the name of the S3 access point.
- name String
- The name of the S3 access point attachment; also used for the name of the S3 access point.
- name string
- The name of the S3 access point attachment; also used for the name of the S3 access point.
- name str
- The name of the S3 access point attachment; also used for the name of the S3 access point.
- name String
- The name of the S3 access point attachment; also used for the name of the S3 access point.
getS3AccessPointAttachment Result
The following output properties are available:
- Lifecycle
Pulumi.
Aws Native. FSx. S3Access Point Attachment Lifecycle - The lifecycle status of the S3 access point attachment.
- Lifecycle
S3Access
Point Attachment Lifecycle - The lifecycle status of the S3 access point attachment.
- lifecycle
S3Access
Point Attachment Lifecycle - The lifecycle status of the S3 access point attachment.
- lifecycle
S3Access
Point Attachment Lifecycle - The lifecycle status of the S3 access point attachment.
- lifecycle
S3Access
Point Attachment Lifecycle - The lifecycle status of the S3 access point attachment.
- lifecycle "AVAILABLE" | "CREATING" | "DELETING" | "FAILED" | "MISCONFIGURED" | "UPDATING"
- The lifecycle status of the S3 access point attachment.
Supporting Types
S3AccessPointAttachmentLifecycle
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.60.0
published on Monday, Apr 6, 2026 by Pulumi
published on Monday, Apr 6, 2026 by Pulumi
