public static interface CfnOriginEndpoint.AuthorizationProperty
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 |
CfnOriginEndpoint.AuthorizationProperty.Builder
A builder for
CfnOriginEndpoint.AuthorizationProperty |
static class |
CfnOriginEndpoint.AuthorizationProperty.Jsii$Proxy
An implementation for
CfnOriginEndpoint.AuthorizationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnOriginEndpoint.AuthorizationProperty.Builder |
builder() |
java.lang.String |
getCdnIdentifierSecret()
The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.
|
java.lang.String |
getSecretsRoleArn()
The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager .
|
java.lang.String getCdnIdentifierSecret()
java.lang.String getSecretsRoleArn()
static CfnOriginEndpoint.AuthorizationProperty.Builder builder()