AWS Native is in preview. AWS Classic is fully supported.
aws-native.s3outposts.AccessPoint
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource Type Definition for AWS::S3Outposts::AccessPoint
Create AccessPoint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AccessPoint(name: string, args: AccessPointArgs, opts?: CustomResourceOptions);
@overload
def AccessPoint(resource_name: str,
args: AccessPointArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AccessPoint(resource_name: str,
opts: Optional[ResourceOptions] = None,
bucket: Optional[str] = None,
vpc_configuration: Optional[AccessPointVpcConfigurationArgs] = None,
name: Optional[str] = None,
policy: Optional[Any] = None)
func NewAccessPoint(ctx *Context, name string, args AccessPointArgs, opts ...ResourceOption) (*AccessPoint, error)
public AccessPoint(string name, AccessPointArgs args, CustomResourceOptions? opts = null)
public AccessPoint(String name, AccessPointArgs args)
public AccessPoint(String name, AccessPointArgs args, CustomResourceOptions options)
type: aws-native:s3outposts:AccessPoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AccessPointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AccessPointArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AccessPointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AccessPointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AccessPointArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AccessPoint Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The AccessPoint resource accepts the following input properties:
- Bucket string
- The Amazon Resource Name (ARN) of the bucket you want to associate this AccessPoint with.
- Vpc
Configuration Pulumi.Aws Native. S3Outposts. Inputs. Access Point Vpc Configuration - Virtual Private Cloud (VPC) from which requests can be made to the AccessPoint.
- Name string
- A name for the 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.
- Bucket string
- The Amazon Resource Name (ARN) of the bucket you want to associate this AccessPoint with.
- Vpc
Configuration AccessPoint Vpc Configuration Args - Virtual Private Cloud (VPC) from which requests can be made to the AccessPoint.
- Name string
- A name for the 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.
- bucket String
- The Amazon Resource Name (ARN) of the bucket you want to associate this AccessPoint with.
- vpc
Configuration AccessPoint Vpc Configuration - Virtual Private Cloud (VPC) from which requests can be made to the AccessPoint.
- name String
- A name for the 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.
- bucket string
- The Amazon Resource Name (ARN) of the bucket you want to associate this AccessPoint with.
- vpc
Configuration AccessPoint Vpc Configuration - Virtual Private Cloud (VPC) from which requests can be made to the AccessPoint.
- name string
- A name for the 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.
- bucket str
- The Amazon Resource Name (ARN) of the bucket you want to associate this AccessPoint with.
- vpc_
configuration AccessPoint Vpc Configuration Args - Virtual Private Cloud (VPC) from which requests can be made to the AccessPoint.
- name str
- A name for the 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.
- bucket String
- The Amazon Resource Name (ARN) of the bucket you want to associate this AccessPoint with.
- vpc
Configuration Property Map - Virtual Private Cloud (VPC) from which requests can be made to the AccessPoint.
- name String
- A name for the 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the AccessPoint resource produces the following output properties:
Supporting Types
AccessPointVpcConfiguration, AccessPointVpcConfigurationArgs
- Vpc
Id string - Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests.
- Vpc
Id string - Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests.
- vpc
Id String - Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests.
- vpc
Id string - Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests.
- vpc_
id str - Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests.
- vpc
Id String - Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.