Class CfnPlaybackRestrictionPolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ivs.CfnPlaybackRestrictionPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPlaybackRestrictionPolicyProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlaybackRestrictionPolicyProps
@Stability(Stable)
@Internal
public static final class CfnPlaybackRestrictionPolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlaybackRestrictionPolicyProps
An implementation for
CfnPlaybackRestrictionPolicyProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.CfnPlaybackRestrictionPolicyProps
CfnPlaybackRestrictionPolicyProps.Builder, CfnPlaybackRestrictionPolicyProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlaybackRestrictionPolicyProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
A list of country codes that control geoblocking restrictions.A list of origin sites that control CORS restriction.final Object
Whether channel playback is constrained by the origin site.final String
getName()
Playback-restriction-policy name.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPlaybackRestrictionPolicyProps.Builder
.
-
-
Method Details
-
getAllowedCountries
Description copied from interface:CfnPlaybackRestrictionPolicyProps
A list of country codes that control geoblocking restrictions.Allowed values are the officially assigned ISO 3166-1 alpha-2 codes. Default: All countries (an empty array).
- Specified by:
getAllowedCountries
in interfaceCfnPlaybackRestrictionPolicyProps
- See Also:
-
getAllowedOrigins
Description copied from interface:CfnPlaybackRestrictionPolicyProps
A list of origin sites that control CORS restriction.Allowed values are the same as valid values of the Origin header defined at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin"
- Specified by:
getAllowedOrigins
in interfaceCfnPlaybackRestrictionPolicyProps
- See Also:
-
getEnableStrictOriginEnforcement
Description copied from interface:CfnPlaybackRestrictionPolicyProps
Whether channel playback is constrained by the origin site.Default: - false
- Specified by:
getEnableStrictOriginEnforcement
in interfaceCfnPlaybackRestrictionPolicyProps
- See Also:
-
getName
Description copied from interface:CfnPlaybackRestrictionPolicyProps
Playback-restriction-policy name.- Specified by:
getName
in interfaceCfnPlaybackRestrictionPolicyProps
- See Also:
-
getTags
Description copied from interface:CfnPlaybackRestrictionPolicyProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnPlaybackRestrictionPolicyProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-