--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_s3outposts_access_point Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::S3Outposts::AccessPoint --- # awscc_s3outposts_access_point (Data Source) Data Source schema for AWS::S3Outposts::AccessPoint ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) The Amazon Resource Name (ARN) of the specified AccessPoint. - `bucket` (String) The Amazon Resource Name (ARN) of the bucket you want to associate this AccessPoint with. - `name` (String) A name for the AccessPoint. - `policy` (Map of String) The access point policy associated with this access point. - `vpc_configuration` (Attributes) Virtual Private Cloud (VPC) from which requests can be made to the AccessPoint. (see [below for nested schema](#nestedatt--vpc_configuration)) ### Nested Schema for `vpc_configuration` Read-Only: - `vpc_id` (String) Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests.