Interface AwsResource

    • Method Detail

      • partition

        Optional<String> partition()
        Gets the partition associated with the AWS Resource (e.g.: 'aws') if one has been specified.
        Returns:
        the optional value for the partition.
      • region

        Optional<String> region()
        Gets the region associated with the AWS Resource (e.g.: 'us-east-1') if one has been specified.
        Returns:
        the optional value for the region.
      • accountId

        Optional<String> accountId()
        Gets the account ID associated with the AWS Resource if one has been specified.
        Returns:
        the optional value for the account ID.