We recommend new projects start with resources from the AWS provider.
aws-native.s3.MultiRegionAccessPointPolicy
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The policy to be attached to a Multi Region Access Point
Create MultiRegionAccessPointPolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MultiRegionAccessPointPolicy(name: string, args: MultiRegionAccessPointPolicyArgs, opts?: CustomResourceOptions);@overload
def MultiRegionAccessPointPolicy(resource_name: str,
                                 args: MultiRegionAccessPointPolicyArgs,
                                 opts: Optional[ResourceOptions] = None)
@overload
def MultiRegionAccessPointPolicy(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 mrap_name: Optional[str] = None,
                                 policy: Optional[Any] = None)func NewMultiRegionAccessPointPolicy(ctx *Context, name string, args MultiRegionAccessPointPolicyArgs, opts ...ResourceOption) (*MultiRegionAccessPointPolicy, error)public MultiRegionAccessPointPolicy(string name, MultiRegionAccessPointPolicyArgs args, CustomResourceOptions? opts = null)
public MultiRegionAccessPointPolicy(String name, MultiRegionAccessPointPolicyArgs args)
public MultiRegionAccessPointPolicy(String name, MultiRegionAccessPointPolicyArgs args, CustomResourceOptions options)
type: aws-native:s3:MultiRegionAccessPointPolicy
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 MultiRegionAccessPointPolicyArgs
- 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 MultiRegionAccessPointPolicyArgs
- 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 MultiRegionAccessPointPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MultiRegionAccessPointPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MultiRegionAccessPointPolicyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
MultiRegionAccessPointPolicy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The MultiRegionAccessPointPolicy resource accepts the following input properties:
- MrapName string
- The name of the Multi Region Access Point to apply policy
- Policy object
- Policy document to apply to a Multi Region Access Point - Search the CloudFormation User Guide for - AWS::S3::MultiRegionAccessPointPolicyfor more information about the expected schema for this property.
- MrapName string
- The name of the Multi Region Access Point to apply policy
- Policy interface{}
- Policy document to apply to a Multi Region Access Point - Search the CloudFormation User Guide for - AWS::S3::MultiRegionAccessPointPolicyfor more information about the expected schema for this property.
- mrapName String
- The name of the Multi Region Access Point to apply policy
- policy Object
- Policy document to apply to a Multi Region Access Point - Search the CloudFormation User Guide for - AWS::S3::MultiRegionAccessPointPolicyfor more information about the expected schema for this property.
- mrapName string
- The name of the Multi Region Access Point to apply policy
- policy any
- Policy document to apply to a Multi Region Access Point - Search the CloudFormation User Guide for - AWS::S3::MultiRegionAccessPointPolicyfor more information about the expected schema for this property.
- mrap_name str
- The name of the Multi Region Access Point to apply policy
- policy Any
- Policy document to apply to a Multi Region Access Point - Search the CloudFormation User Guide for - AWS::S3::MultiRegionAccessPointPolicyfor more information about the expected schema for this property.
- mrapName String
- The name of the Multi Region Access Point to apply policy
- policy Any
- Policy document to apply to a Multi Region Access Point - Search the CloudFormation User Guide for - AWS::S3::MultiRegionAccessPointPolicyfor more information about the expected schema for this property.
Outputs
All input properties are implicitly available as output properties. Additionally, the MultiRegionAccessPointPolicy resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- PolicyStatus Pulumi.Aws Native. S3. Outputs. Policy Status Properties 
- The Policy Status associated with this Multi Region Access Point
- Id string
- The provider-assigned unique ID for this managed resource.
- PolicyStatus PolicyStatus Properties 
- The Policy Status associated with this Multi Region Access Point
- id String
- The provider-assigned unique ID for this managed resource.
- policyStatus PolicyStatus Properties 
- The Policy Status associated with this Multi Region Access Point
- id string
- The provider-assigned unique ID for this managed resource.
- policyStatus PolicyStatus Properties 
- The Policy Status associated with this Multi Region Access Point
- id str
- The provider-assigned unique ID for this managed resource.
- policy_status PolicyStatus Properties 
- The Policy Status associated with this Multi Region Access Point
- id String
- The provider-assigned unique ID for this managed resource.
- policyStatus Property Map
- The Policy Status associated with this Multi Region Access Point
Supporting Types
MultiRegionAccessPointPolicyPolicyStatusPropertiesIsPublic, MultiRegionAccessPointPolicyPolicyStatusPropertiesIsPublicArgs                    
- True
- true
- False
- false
- MultiRegion Access Point Policy Policy Status Properties Is Public True 
- true
- MultiRegion Access Point Policy Policy Status Properties Is Public False 
- false
- True
- true
- False
- false
- True
- true
- False
- false
- TRUE
- true
- FALSE
- false
- "true"
- true
- "false"
- false
PolicyStatusProperties, PolicyStatusPropertiesArgs      
- IsPublic Pulumi.Aws Native. S3. Multi Region Access Point Policy Policy Status Properties Is Public 
- Specifies whether the policy is public or not.
- IsPublic MultiRegion Access Point Policy Policy Status Properties Is Public 
- Specifies whether the policy is public or not.
- isPublic MultiRegion Access Point Policy Policy Status Properties Is Public 
- Specifies whether the policy is public or not.
- isPublic MultiRegion Access Point Policy Policy Status Properties Is Public 
- Specifies whether the policy is public or not.
- is_public MultiRegion Access Point Policy Policy Status Properties Is Public 
- Specifies whether the policy is public or not.
- isPublic "true" | "false"
- Specifies whether the policy is public or not.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.