-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 |
Changes the cmdlet behavior to return the value passed to the PipelineName parameter. The -PassThru parameter is deprecated, use -Select '^PipelineName' instead. This parameter will be removed in a future version.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-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) |
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.
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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | VpcOptions_SecurityGroupIds |
A list of subnet IDs associated with the VPC endpoint.
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) |