1. Packages
  2. AWS Native
  3. API Docs
  4. cloudfront
  5. OriginRequestPolicy

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.cloudfront.OriginRequestPolicy

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Type definition for AWS::CloudFront::OriginRequestPolicy

    Create OriginRequestPolicy Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new OriginRequestPolicy(name: string, args: OriginRequestPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def OriginRequestPolicy(resource_name: str,
                            args: OriginRequestPolicyArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def OriginRequestPolicy(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            origin_request_policy_config: Optional[OriginRequestPolicyConfigArgs] = None)
    func NewOriginRequestPolicy(ctx *Context, name string, args OriginRequestPolicyArgs, opts ...ResourceOption) (*OriginRequestPolicy, error)
    public OriginRequestPolicy(string name, OriginRequestPolicyArgs args, CustomResourceOptions? opts = null)
    public OriginRequestPolicy(String name, OriginRequestPolicyArgs args)
    public OriginRequestPolicy(String name, OriginRequestPolicyArgs args, CustomResourceOptions options)
    
    type: aws-native:cloudfront:OriginRequestPolicy
    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 OriginRequestPolicyArgs
    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 OriginRequestPolicyArgs
    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 OriginRequestPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OriginRequestPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OriginRequestPolicyArgs
    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 originRequestPolicyResource = new aws_native.cloudfront.OriginRequestPolicy("originRequestPolicyResource", {originRequestPolicyConfig: {
        cookiesConfig: {
            cookieBehavior: "string",
            cookies: ["string"],
        },
        headersConfig: {
            headerBehavior: "string",
            headers: ["string"],
        },
        name: "string",
        queryStringsConfig: {
            queryStringBehavior: "string",
            queryStrings: ["string"],
        },
        comment: "string",
    }});
    
    Coming soon!
    

    OriginRequestPolicy 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 OriginRequestPolicy resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the OriginRequestPolicy resource produces the following output properties:

    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedTime string
    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedTime string
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime String
    awsId string
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime string
    aws_id str
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_time str
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedTime String

    Supporting Types

    OriginRequestPolicyConfig, OriginRequestPolicyConfigArgs

    OriginRequestPolicyCookiesConfig, OriginRequestPolicyCookiesConfigArgs

    CookieBehavior string
    Cookies List<string>
    CookieBehavior string
    Cookies []string
    cookieBehavior String
    cookies List<String>
    cookieBehavior string
    cookies string[]
    cookie_behavior str
    cookies Sequence[str]
    cookieBehavior String
    cookies List<String>

    OriginRequestPolicyHeadersConfig, OriginRequestPolicyHeadersConfigArgs

    HeaderBehavior string
    Headers List<string>
    HeaderBehavior string
    Headers []string
    headerBehavior String
    headers List<String>
    headerBehavior string
    headers string[]
    header_behavior str
    headers Sequence[str]
    headerBehavior String
    headers List<String>

    OriginRequestPolicyQueryStringsConfig, OriginRequestPolicyQueryStringsConfigArgs

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi