interface HttpConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins.CfnSourceLocationPropsMixin.HttpConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediatailor/mixins#CfnSourceLocationPropsMixin_HttpConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediatailor.mixins.CfnSourceLocationPropsMixin.HttpConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_mediatailor.mixins.CfnSourceLocationPropsMixin.HttpConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediatailor » mixins » CfnSourceLocationPropsMixin » HttpConfigurationProperty |
The HTTP configuration for the source location.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as mediatailor_mixins } from '@aws-cdk/mixins-preview/aws-mediatailor';
const httpConfigurationProperty: mediatailor_mixins.CfnSourceLocationPropsMixin.HttpConfigurationProperty = {
baseUrl: 'baseUrl',
};
Properties
| Name | Type | Description |
|---|---|---|
| base | string | The base URL for the source location host server. |
baseUrl?
Type:
string
(optional)
The base URL for the source location host server.
This string must include the protocol, such as https:// .

.NET
Go
Java
Python
TypeScript