java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.alpha.Content
software.amazon.awscdk.services.gamelift.alpha.S3Content
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-11T18:01:25.572Z") @Stability(Experimental) public class S3Content extends Content
(experimental) Game content from an S3 archive.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.gamelift.alpha.*;
 import software.amazon.awscdk.services.s3.*;
 Bucket bucket;
 S3Content s3Content = new S3Content(bucket, "key", "objectVersion");
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    S3Content(IBucket bucket, String key)
     
     
    S3Content(IBucket bucket, String key, String objectVersion)
     
    protected
    S3Content(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    S3Content(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(software.constructs.Construct _scope, IRole role)
    (experimental) Called when the Build is initialized to allow this object to bind.

    Methods inherited from class software.amazon.awscdk.services.gamelift.alpha.Content

    fromAsset, fromAsset, fromBucket, fromBucket

    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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • S3Content

      protected S3Content(software.amazon.jsii.JsiiObjectRef objRef)
    • S3Content

      protected S3Content(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • S3Content

      @Stability(Experimental) public S3Content(@NotNull IBucket bucket, @NotNull String key, @Nullable String objectVersion)
      Parameters:
      bucket - This parameter is required.
      key - This parameter is required.
      objectVersion -
    • S3Content

      @Stability(Experimental) public S3Content(@NotNull IBucket bucket, @NotNull String key)
      Parameters:
      bucket - This parameter is required.
      key - This parameter is required.
  • Method Details

    • bind

      @Stability(Experimental) @NotNull public ContentConfig bind(@NotNull software.constructs.Construct _scope, @NotNull IRole role)
      (experimental) Called when the Build is initialized to allow this object to bind.

      Specified by:
      bind in class Content
      Parameters:
      _scope - This parameter is required.
      role - This parameter is required.