Show / Hide Table of Contents

Class CfnDistribution.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
CfnDistribution.CacheBehaviorProperty
Implements
CfnDistribution.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.AWS.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDistribution.CacheBehaviorProperty : CfnDistribution.ICacheBehaviorProperty
Syntax (vb)
Public Class CfnDistribution.CacheBehaviorProperty Implements CfnDistribution.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.AWS.Lightsail;

             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.AWS.Lightsail;

             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

    CfnDistribution.ICacheBehaviorProperty
    Back to top Generated by DocFX