@Stability(value=Stable)
public static interface CfnPackagingGroup.AuthorizationProperty
extends software.amazon.jsii.JsiiSerializable
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.mediapackage.*;
AuthorizationProperty authorizationProperty = AuthorizationProperty.builder()
.cdnIdentifierSecret("cdnIdentifierSecret")
.secretsRoleArn("secretsRoleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPackagingGroup.AuthorizationProperty.Builder
A builder for
CfnPackagingGroup.AuthorizationProperty |
static class |
CfnPackagingGroup.AuthorizationProperty.Jsii$Proxy
An implementation for
CfnPackagingGroup.AuthorizationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPackagingGroup.AuthorizationProperty.Builder |
builder() |
String |
getCdnIdentifierSecret()
The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.
|
String |
getSecretsRoleArn()
The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager .
|
@Stability(value=Stable) @NotNull String getCdnIdentifierSecret()
@Stability(value=Stable) @NotNull String getSecretsRoleArn()
@Stability(value=Stable) static CfnPackagingGroup.AuthorizationProperty.Builder builder()
Copyright © 2022. All rights reserved.