/AWS1/CL_IOSCUSMANAGEDS3STRG¶
Contains information about a customer managed Amazon S3 bucket.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_s3resourcearn
TYPE /AWS1/IOSARN
/AWS1/IOSARN
¶
The ARN of the Amazon S3 object. For more information about how to find the ARN for an Amazon S3 object, see Amazon S3 resources in the Amazon Simple Storage Service User Guide.
iv_rolearn
TYPE /AWS1/IOSARN
/AWS1/IOSARN
¶
The ARN of the Identity and Access Management role that allows IoT SiteWise to send data to Amazon S3.
Queryable Attributes¶
s3ResourceArn¶
The ARN of the Amazon S3 object. For more information about how to find the ARN for an Amazon S3 object, see Amazon S3 resources in the Amazon Simple Storage Service User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3RESOURCEARN() |
Getter for S3RESOURCEARN, with configurable default |
ASK_S3RESOURCEARN() |
Getter for S3RESOURCEARN w/ exceptions if field has no value |
HAS_S3RESOURCEARN() |
Determine if S3RESOURCEARN has a value |
roleArn¶
The ARN of the Identity and Access Management role that allows IoT SiteWise to send data to Amazon S3.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |