Class CfnAssetProps.Jsii$Proxy

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

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

    CfnAssetProps.Builder, CfnAssetProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnAssetProps.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 Object
    List of playback endpoints that are available for this asset.
    final String
    Unique identifier that you assign to the asset.
    final String
    The ID of the packaging group associated with this asset.
    final String
    Unique identifier for this asset, as it's configured in the key provider service.
    final String
    The ARN for the source content in Amazon S3.
    final String
    The ARN for the IAM role that provides AWS Elemental MediaPackage access to the Amazon S3 bucket where the source content is stored.
    final List<CfnTag>
    The tags to assign to the asset.
    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
  • 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

      protected Jsii$Proxy(CfnAssetProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnAssetProps.Builder.
  • Method Details

    • getId

      public final String getId()
      Description copied from interface: CfnAssetProps
      Unique identifier that you assign to the asset.
      Specified by:
      getId in interface CfnAssetProps
    • getPackagingGroupId

      public final String getPackagingGroupId()
      Description copied from interface: CfnAssetProps
      The ID of the packaging group associated with this asset.
      Specified by:
      getPackagingGroupId in interface CfnAssetProps
    • getSourceArn

      public final String getSourceArn()
      Description copied from interface: CfnAssetProps
      The ARN for the source content in Amazon S3.
      Specified by:
      getSourceArn in interface CfnAssetProps
    • getSourceRoleArn

      public final String getSourceRoleArn()
      Description copied from interface: CfnAssetProps
      The ARN for the IAM role that provides AWS Elemental MediaPackage access to the Amazon S3 bucket where the source content is stored.

      Valid format: arn:aws:iam::{accountID}:role/{name}

      Specified by:
      getSourceRoleArn in interface CfnAssetProps
    • getEgressEndpoints

      public final Object getEgressEndpoints()
      Description copied from interface: CfnAssetProps
      List of playback endpoints that are available for this asset.
      Specified by:
      getEgressEndpoints in interface CfnAssetProps
    • getResourceId

      public final String getResourceId()
      Description copied from interface: CfnAssetProps
      Unique identifier for this asset, as it's configured in the key provider service.
      Specified by:
      getResourceId in interface CfnAssetProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnAssetProps
      The tags to assign to the asset.
      Specified by:
      getTags in interface CfnAssetProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object