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:
- Mrap
Name 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::MultiRegionAccessPointPolicy
for more information about the expected schema for this property.
- Mrap
Name 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::MultiRegionAccessPointPolicy
for more information about the expected schema for this property.
- mrap
Name 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::MultiRegionAccessPointPolicy
for more information about the expected schema for this property.
- mrap
Name 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::MultiRegionAccessPointPolicy
for 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::MultiRegionAccessPointPolicy
for more information about the expected schema for this property.
- mrap
Name 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::MultiRegionAccessPointPolicy
for 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.
- Policy
Status 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.
- 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.
- 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.
- policy
Status 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.
- policy
Status Property Map - The Policy Status associated with this Multi Region Access Point
Supporting Types
MultiRegionAccessPointPolicyPolicyStatusPropertiesIsPublic, MultiRegionAccessPointPolicyPolicyStatusPropertiesIsPublicArgs
- True
- true
- False
- false
- Multi
Region Access Point Policy Policy Status Properties Is Public True - true
- Multi
Region 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
- Is
Public Pulumi.Aws Native. S3. Multi Region 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.
- is
Public 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.
- is_
public MultiRegion Access Point Policy Policy Status Properties Is Public - Specifies whether the policy is public or not.
- is
Public "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.