aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.cloudfront.CachePolicy

Resource Type definition for AWS::CloudFront::CachePolicy

Create CachePolicy Resource

new CachePolicy(name: string, args: CachePolicyArgs, opts?: CustomResourceOptions);
@overload
def CachePolicy(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                cache_policy_config: Optional[CachePolicyConfigArgs] = None)
@overload
def CachePolicy(resource_name: str,
                args: CachePolicyArgs,
                opts: Optional[ResourceOptions] = None)
func NewCachePolicy(ctx *Context, name string, args CachePolicyArgs, opts ...ResourceOption) (*CachePolicy, error)
public CachePolicy(string name, CachePolicyArgs args, CustomResourceOptions? opts = null)
public CachePolicy(String name, CachePolicyArgs args)
public CachePolicy(String name, CachePolicyArgs args, CustomResourceOptions options)
type: aws-native:cloudfront:CachePolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args CachePolicyArgs
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 CachePolicyArgs
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 CachePolicyArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args CachePolicyArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args CachePolicyArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

Outputs

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

Id string

The provider-assigned unique ID for this managed resource.

LastModifiedTime string
Id string

The provider-assigned unique ID for this managed resource.

LastModifiedTime string
id String

The provider-assigned unique ID for this managed resource.

lastModifiedTime String
id string

The provider-assigned unique ID for this managed resource.

lastModifiedTime string
id str

The provider-assigned unique ID for this managed resource.

last_modified_time str
id String

The provider-assigned unique ID for this managed resource.

lastModifiedTime String

Supporting Types

CachePolicyConfig

CachePolicyCookiesConfig

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>

CachePolicyHeadersConfig

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>

CachePolicyParametersInCacheKeyAndForwardedToOrigin

CachePolicyQueryStringsConfig

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0