1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. s3outposts
  5. getAccessPoint

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.s3outposts.getAccessPoint

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Resource Type Definition for AWS::S3Outposts::AccessPoint

Using getAccessPoint

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 getAccessPoint(args: GetAccessPointArgs, opts?: InvokeOptions): Promise<GetAccessPointResult>
function getAccessPointOutput(args: GetAccessPointOutputArgs, opts?: InvokeOptions): Output<GetAccessPointResult>
Copy
def get_access_point(arn: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetAccessPointResult
def get_access_point_output(arn: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetAccessPointResult]
Copy
func LookupAccessPoint(ctx *Context, args *LookupAccessPointArgs, opts ...InvokeOption) (*LookupAccessPointResult, error)
func LookupAccessPointOutput(ctx *Context, args *LookupAccessPointOutputArgs, opts ...InvokeOption) LookupAccessPointResultOutput
Copy

> Note: This function is named LookupAccessPoint in the Go SDK.

public static class GetAccessPoint 
{
    public static Task<GetAccessPointResult> InvokeAsync(GetAccessPointArgs args, InvokeOptions? opts = null)
    public static Output<GetAccessPointResult> Invoke(GetAccessPointInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAccessPointResult> getAccessPoint(GetAccessPointArgs args, InvokeOptions options)
public static Output<GetAccessPointResult> getAccessPoint(GetAccessPointArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:s3outposts:getAccessPoint
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Arn This property is required. string
The Amazon Resource Name (ARN) of the specified AccessPoint.
Arn This property is required. string
The Amazon Resource Name (ARN) of the specified AccessPoint.
arn This property is required. String
The Amazon Resource Name (ARN) of the specified AccessPoint.
arn This property is required. string
The Amazon Resource Name (ARN) of the specified AccessPoint.
arn This property is required. str
The Amazon Resource Name (ARN) of the specified AccessPoint.
arn This property is required. String
The Amazon Resource Name (ARN) of the specified AccessPoint.

getAccessPoint Result

The following output properties are available:

Arn string
The Amazon Resource Name (ARN) of the specified AccessPoint.
Policy object

The access point policy associated with this access point.

Search the CloudFormation User Guide for AWS::S3Outposts::AccessPoint for more information about the expected schema for this property.

Arn string
The Amazon Resource Name (ARN) of the specified AccessPoint.
Policy interface{}

The access point policy associated with this access point.

Search the CloudFormation User Guide for AWS::S3Outposts::AccessPoint for more information about the expected schema for this property.

arn String
The Amazon Resource Name (ARN) of the specified AccessPoint.
policy Object

The access point policy associated with this access point.

Search the CloudFormation User Guide for AWS::S3Outposts::AccessPoint for more information about the expected schema for this property.

arn string
The Amazon Resource Name (ARN) of the specified AccessPoint.
policy any

The access point policy associated with this access point.

Search the CloudFormation User Guide for AWS::S3Outposts::AccessPoint for more information about the expected schema for this property.

arn str
The Amazon Resource Name (ARN) of the specified AccessPoint.
policy Any

The access point policy associated with this access point.

Search the CloudFormation User Guide for AWS::S3Outposts::AccessPoint for more information about the expected schema for this property.

arn String
The Amazon Resource Name (ARN) of the specified AccessPoint.
policy Any

The access point policy associated with this access point.

Search the CloudFormation User Guide for AWS::S3Outposts::AccessPoint for more information about the expected schema for this property.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi