-BufferOptions_PersistentBufferEnabled <
Boolean>
Whether persistent buffering should be enabled.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.OSIS.AmazonOSISClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-CloudWatchLogDestination_LogGroup <
String>
The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a new one. For example, /aws/vendedlogs/OpenSearchService/pipelines.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | LogPublishingOptions_CloudWatchLogDestination_LogGroup |
-EncryptionAtRestOptions_KmsKeyArn <
String>
The ARN of the KMS key used to encrypt buffer data. By default, data is encrypted using an Amazon Web Services owned key.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-LogPublishingOptions_IsLoggingEnabled <
Boolean>
Whether logs should be published.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MaxUnits |
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MinUnits |
-PipelineConfigurationBody <
String>
The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \n.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the OpenSearch Ingestion pipeline to create. Pipeline names are unique across the pipelines owned by an account within an Amazon Web Services Region.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'Pipeline'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.OSIS.Model.CreatePipelineResponse). Specifying the name of a property of type Amazon.OSIS.Model.CreatePipelineResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
List of tags to add to the pipeline upon creation. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tags |
-VpcAttachmentOptions_AttachToVpc <
Boolean>
Whether a VPC is attached to the pipeline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | VpcOptions_VpcAttachmentOptions_AttachToVpc |
-VpcAttachmentOptions_CidrBlock <
String>
The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | VpcOptions_VpcAttachmentOptions_CidrBlock |
A list of security groups associated with the VPC endpoint. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | VpcOptions_SecurityGroupIds |
A list of subnet IDs associated with the VPC endpoint. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | VpcOptions_SubnetIds |
Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |