aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.s3outposts.getAccessPoint

Explore with Pulumi AI

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>
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]
func LookupAccessPoint(ctx *Context, args *LookupAccessPointArgs, opts ...InvokeOption) (*LookupAccessPointResult, error)
func LookupAccessPointOutput(ctx *Context, args *LookupAccessPointOutputArgs, opts ...InvokeOption) LookupAccessPointResultOutput

> 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)
}
public static CompletableFuture<GetAccessPointResult> getAccessPoint(GetAccessPointArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:s3outposts:getAccessPoint
  arguments:
    # arguments dictionary

The following arguments are supported:

Arn string

The Amazon Resource Name (ARN) of the specified AccessPoint.

Arn string

The Amazon Resource Name (ARN) of the specified AccessPoint.

arn String

The Amazon Resource Name (ARN) of the specified AccessPoint.

arn string

The Amazon Resource Name (ARN) of the specified AccessPoint.

arn str

The Amazon Resource Name (ARN) of the specified AccessPoint.

arn 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.

Arn string

The Amazon Resource Name (ARN) of the specified AccessPoint.

Policy interface{}

The access point policy associated with this access point.

arn String

The Amazon Resource Name (ARN) of the specified AccessPoint.

policy Object

The access point policy associated with this access point.

arn string

The Amazon Resource Name (ARN) of the specified AccessPoint.

policy any

The access point policy associated with this access point.

arn str

The Amazon Resource Name (ARN) of the specified AccessPoint.

policy Any

The access point policy associated with this access point.

arn String

The Amazon Resource Name (ARN) of the specified AccessPoint.

policy Any

The access point policy associated with this access point.

Package Details

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