1. Packages
  2. AWS Native
  3. API Docs
  4. s3
  5. MultiRegionAccessPointPolicy

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.s3.MultiRegionAccessPointPolicy

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const multiRegionAccessPointPolicyResource = new aws_native.s3.MultiRegionAccessPointPolicy("multiRegionAccessPointPolicyResource", {
        mrapName: "string",
        policy: "any",
    });
    
    Coming soon!
    

    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

    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::MultiRegionAccessPointPolicy for 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::MultiRegionAccessPointPolicy for 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::MultiRegionAccessPointPolicy for 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::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.

    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::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.
    PolicyStatus Pulumi.AwsNative.S3.Outputs.PolicyStatusProperties
    The Policy Status associated with this Multi Region Access Point
    Id string
    The provider-assigned unique ID for this managed resource.
    PolicyStatus PolicyStatusProperties
    The Policy Status associated with this Multi Region Access Point
    id String
    The provider-assigned unique ID for this managed resource.
    policyStatus PolicyStatusProperties
    The Policy Status associated with this Multi Region Access Point
    id string
    The provider-assigned unique ID for this managed resource.
    policyStatus PolicyStatusProperties
    The Policy Status associated with this Multi Region Access Point
    id str
    The provider-assigned unique ID for this managed resource.
    policy_status PolicyStatusProperties
    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
    MultiRegionAccessPointPolicyPolicyStatusPropertiesIsPublicTrue
    true
    MultiRegionAccessPointPolicyPolicyStatusPropertiesIsPublicFalse
    false
    True
    true
    False
    false
    True
    true
    False
    false
    TRUE
    true
    FALSE
    false
    "true"
    true
    "false"
    false

    PolicyStatusProperties, PolicyStatusPropertiesArgs

    IsPublic MultiRegionAccessPointPolicyPolicyStatusPropertiesIsPublic
    Specifies whether the policy is public or not.
    isPublic MultiRegionAccessPointPolicyPolicyStatusPropertiesIsPublic
    Specifies whether the policy is public or not.
    isPublic MultiRegionAccessPointPolicyPolicyStatusPropertiesIsPublic
    Specifies whether the policy is public or not.
    is_public MultiRegionAccessPointPolicyPolicyStatusPropertiesIsPublic
    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi