struct Lightsail::CreateDistributionRequest
- Lightsail::CreateDistributionRequest
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
- .new(distributionName : String, origin : InputOrigin, defaultCacheBehavior : CacheBehavior, bundleId : String, cacheBehaviorSettings : CacheSettings | Nil = nil, cacheBehaviors : Array(CacheBehaviorPerPath) | Nil = nil, ipAddressType : String | Nil = nil, tags : Array(Tag) | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #bundleId : String
- #bundleId=(bundleId : String)
- #cacheBehaviors : Array(CacheBehaviorPerPath) | Nil
- #cacheBehaviors=(cacheBehaviors : Array(CacheBehaviorPerPath) | Nil)
- #cacheBehaviorSettings : CacheSettings | Nil
- #cacheBehaviorSettings=(cacheBehaviorSettings : CacheSettings | Nil)
- #defaultCacheBehavior : CacheBehavior
- #defaultCacheBehavior=(defaultCacheBehavior : CacheBehavior)
- #distributionName : String
- #distributionName=(distributionName : String)
- #fill_in(request : HTTP::Request) : HTTP::Request
- #ipAddressType : String | Nil
- #ipAddressType=(ipAddressType : String | Nil)
- #origin : InputOrigin
- #origin=(origin : InputOrigin)
- #tags : Array(Tag) | Nil
- #tags=(tags : Array(Tag) | Nil)
Constructor Detail
def self.new(distributionName : String, origin : InputOrigin, defaultCacheBehavior : CacheBehavior, bundleId : String, cacheBehaviorSettings : CacheSettings | Nil = nil, cacheBehaviors : Array(CacheBehaviorPerPath) | Nil = nil, ipAddressType : String | Nil = nil, tags : Array(Tag) | Nil = nil)
#