Class CfnDataSource.S3ParametersProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnDataSource.S3ParametersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.S3ParametersProperty
  • 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(CfnDataSource.S3ParametersProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDataSource.S3ParametersProperty.Builder.
  • Method Details

    • getManifestFileLocation

      public final Object getManifestFileLocation()
      Description copied from interface: CfnDataSource.S3ParametersProperty
      Location of the Amazon S3 manifest file.

      This is NULL if the manifest file was uploaded into Amazon QuickSight.

      Specified by:
      getManifestFileLocation in interface CfnDataSource.S3ParametersProperty
    • getRoleArn

      public final String getRoleArn()
      Description copied from interface: CfnDataSource.S3ParametersProperty
      Use the RoleArn structure to override an account-wide role for a specific S3 data source.

      For example, say an account administrator has turned off all S3 access with an account-wide role. The administrator can then use RoleArn to bypass the account-wide role and allow S3 access for the single S3 data source that is specified in the structure, even if the account-wide role forbidding S3 access is still active.

      Specified by:
      getRoleArn in interface CfnDataSource.S3ParametersProperty
    • $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