Show / Hide Table of Contents

Class CfnDistributionPropsMixin.CacheBehaviorProperty

CacheBehavior is a property of the AWS::Lightsail::Distribution resource. It describes the default cache behavior of an Amazon Lightsail content delivery network (CDN) distribution.

Inheritance
object
CfnDistributionPropsMixin.CacheBehaviorProperty
Implements
CfnDistributionPropsMixin.ICacheBehaviorProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Lightsail.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDistributionPropsMixin.CacheBehaviorProperty : CfnDistributionPropsMixin.ICacheBehaviorProperty
Syntax (vb)
Public Class CfnDistributionPropsMixin.CacheBehaviorProperty Implements CfnDistributionPropsMixin.ICacheBehaviorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-distribution-cachebehavior.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Lightsail.Mixins;

             var cacheBehaviorProperty = new CacheBehaviorProperty {
                 Behavior = "behavior"
             };

Synopsis

Constructors

CacheBehaviorProperty()

CacheBehavior is a property of the AWS::Lightsail::Distribution resource. It describes the default cache behavior of an Amazon Lightsail content delivery network (CDN) distribution.

Properties

Behavior

The cache behavior of the distribution.

Constructors

CacheBehaviorProperty()

CacheBehavior is a property of the AWS::Lightsail::Distribution resource. It describes the default cache behavior of an Amazon Lightsail content delivery network (CDN) distribution.

public CacheBehaviorProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-distribution-cachebehavior.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Lightsail.Mixins;

             var cacheBehaviorProperty = new CacheBehaviorProperty {
                 Behavior = "behavior"
             };

Properties

Behavior

The cache behavior of the distribution.

public string? Behavior { get; set; }
Property Value

string

Remarks

The following cache behaviors can be specified:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-distribution-cachebehavior.html#cfn-lightsail-distribution-cachebehavior-behavior

    Implements

    CfnDistributionPropsMixin.ICacheBehaviorProperty
    Back to top Generated by DocFX