Class CfnContainer.CorsRuleProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediastore.CfnContainer.CorsRuleProperty.Jsii$Proxy
All Implemented Interfaces:
CfnContainer.CorsRuleProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnContainer.CorsRuleProperty

@Stability(Stable) @Internal public static final class CfnContainer.CorsRuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnContainer.CorsRuleProperty
An implementation for CfnContainer.CorsRuleProperty
  • 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.mediastore.CfnContainer.CorsRuleProperty

    CfnContainer.CorsRuleProperty.Builder, CfnContainer.CorsRuleProperty.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnContainer.CorsRuleProperty.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final List<String>
    Specifies which headers are allowed in a preflight OPTIONS request through the Access-Control-Request-Headers header.
    final List<String>
    Identifies an HTTP method that the origin that is specified in the rule is allowed to execute.
    final List<String>
    One or more response headers that you want users to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).
    final List<String>
    One or more headers in the response that you want users to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).
    final Number
    The time in seconds that your browser caches the preflight response for the specified resource.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait