Interface CfnStreamGroupPropsMixin.DefaultApplicationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStreamGroupPropsMixin.DefaultApplicationProperty.Jsii$Proxy
- Enclosing class:
CfnStreamGroupPropsMixin
@Stability(Stable)
public static interface CfnStreamGroupPropsMixin.DefaultApplicationProperty
extends software.amazon.jsii.JsiiSerializable
Represents the default Amazon GameLift Streams application that a stream group hosts.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.gameliftstreams.mixins.*;
DefaultApplicationProperty defaultApplicationProperty = DefaultApplicationProperty.builder()
.arn("arn")
.id("id")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStreamGroupPropsMixin.DefaultApplicationPropertystatic final classAn implementation forCfnStreamGroupPropsMixin.DefaultApplicationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
An Amazon Resource Name (ARN) that uniquely identifies the application resource. Example ARN:arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6.- See Also:
-
getId
An ID that uniquely identifies the application resource.Example ID:
a-9ZY8X7Wv6.- See Also:
-
builder
-