Interface CfnChannel.IngestEndpointProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.IngestEndpointProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.IngestEndpointProperty
extends software.amazon.jsii.JsiiSerializable
An endpoint for ingesting source content for a channel.
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.*; IngestEndpointProperty ingestEndpointProperty = IngestEndpointProperty.builder() .id("id") .password("password") .url("url") .username("username") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.IngestEndpointProperty
static final class
An implementation forCfnChannel.IngestEndpointProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The endpoint identifier.- See Also:
-
getPassword
The system-generated password for WebDAV input authentication.- See Also:
-
getUrl
The input URL where the source stream should be sent.- See Also:
-
getUsername
The system-generated username for WebDAV input authentication.- See Also:
-
builder
-