Class CfnIngestConfiguration
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.ivs.CfnIngestConfiguration
- All Implemented Interfaces:
IInspectable,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:09.868Z")
@Stability(Stable)
public class CfnIngestConfiguration
extends CfnResource
implements IInspectable, ITaggableV2
Resource Type definition for AWS::IVS::IngestConfiguration.
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.ivs.*;
CfnIngestConfiguration cfnIngestConfiguration = CfnIngestConfiguration.Builder.create(this, "MyCfnIngestConfiguration")
.ingestProtocol("ingestProtocol")
.insecureIngest(false)
.name("name")
.stageArn("stageArn")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.userId("userId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnIngestConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnIngestConfiguration(software.amazon.jsii.JsiiObjectRef objRef) CfnIngestConfiguration(software.constructs.Construct scope, String id) CfnIngestConfiguration(software.constructs.Construct scope, String id, CfnIngestConfigurationProps props) -
Method Summary
Modifier and TypeMethodDescriptionIngestConfiguration ARN is automatically generated on creation and assigned as the unique identifier.Participant Id is automatically generated on creation and assigned.State of IngestConfiguration which determines whether IngestConfiguration is in use or not.Stream-key value.Tag Manager which manages the tags for this resource.Ingest Protocol.Whether ingest configuration allows insecure ingest.getName()IngestConfiguration.Stage ARN.getTags()A list of key-value pairs that contain metadata for the asset model.User defined indentifier for participant associated with IngestConfiguration.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetIngestProtocol(String value) Ingest Protocol.voidsetInsecureIngest(Boolean value) Whether ingest configuration allows insecure ingest.voidsetInsecureIngest(IResolvable value) Whether ingest configuration allows insecure ingest.voidIngestConfiguration.voidsetStageArn(String value) Stage ARN.voidA list of key-value pairs that contain metadata for the asset model.voidUser defined indentifier for participant associated with IngestConfiguration.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnIngestConfiguration
protected CfnIngestConfiguration(software.amazon.jsii.JsiiObjectRef objRef) -
CfnIngestConfiguration
protected CfnIngestConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnIngestConfiguration
@Stability(Stable) public CfnIngestConfiguration(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnIngestConfigurationProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties.
-
CfnIngestConfiguration
@Stability(Stable) public CfnIngestConfiguration(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
IngestConfiguration ARN is automatically generated on creation and assigned as the unique identifier. -
getAttrParticipantId
Participant Id is automatically generated on creation and assigned. -
getAttrState
State of IngestConfiguration which determines whether IngestConfiguration is in use or not. -
getAttrStreamKey
Stream-key value. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getIngestProtocol
Ingest Protocol. -
setIngestProtocol
Ingest Protocol. -
getInsecureIngest
Whether ingest configuration allows insecure ingest. -
setInsecureIngest
Whether ingest configuration allows insecure ingest. -
setInsecureIngest
Whether ingest configuration allows insecure ingest. -
getName
IngestConfiguration. -
setName
IngestConfiguration. -
getStageArn
Stage ARN. -
setStageArn
Stage ARN. -
getTags
A list of key-value pairs that contain metadata for the asset model. -
setTags
A list of key-value pairs that contain metadata for the asset model. -
getUserId
User defined indentifier for participant associated with IngestConfiguration. -
setUserId
User defined indentifier for participant associated with IngestConfiguration.
-