IAwsS3DataConnector.SqsUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AWS sqs urls for the connector.
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The AWS sqs urls for the connector.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="sqsUrls")]
public string[] SqsUrl { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The AWS sqs urls for the connector.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="sqsUrls")>]
member this.SqsUrl : string[] with get, set
Public Property SqsUrl As String()
Property Value
String[]
- Attributes