We recommend new projects start with resources from the AWS provider.
aws-native.s3outposts.getAccessPoint
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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.
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.