Class AssociateMacSecKeyRequest

    • Method Detail

      • connectionId

        public final String connectionId()

        The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).

        You can use DescribeConnections or DescribeLags to retrieve connection ID.

        Returns:
        The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).

        You can use DescribeConnections or DescribeLags to retrieve connection ID.

      • secretARN

        public final String secretARN()

        The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associate with the dedicated connection.

        You can use DescribeConnections or DescribeLags to retrieve the MAC Security (MACsec) secret key.

        If you use this request parameter, you do not use the ckn and cak request parameters.

        Returns:
        The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associate with the dedicated connection.

        You can use DescribeConnections or DescribeLags to retrieve the MAC Security (MACsec) secret key.

        If you use this request parameter, you do not use the ckn and cak request parameters.

      • ckn

        public final String ckn()

        The MAC Security (MACsec) CKN to associate with the dedicated connection.

        You can create the CKN/CAK pair using an industry standard tool.

        The valid values are 64 hexadecimal characters (0-9, A-E).

        If you use this request parameter, you must use the cak request parameter and not use the secretARN request parameter.

        Returns:
        The MAC Security (MACsec) CKN to associate with the dedicated connection.

        You can create the CKN/CAK pair using an industry standard tool.

        The valid values are 64 hexadecimal characters (0-9, A-E).

        If you use this request parameter, you must use the cak request parameter and not use the secretARN request parameter.

      • cak

        public final String cak()

        The MAC Security (MACsec) CAK to associate with the dedicated connection.

        You can create the CKN/CAK pair using an industry standard tool.

        The valid values are 64 hexadecimal characters (0-9, A-E).

        If you use this request parameter, you must use the ckn request parameter and not use the secretARN request parameter.

        Returns:
        The MAC Security (MACsec) CAK to associate with the dedicated connection.

        You can create the CKN/CAK pair using an industry standard tool.

        The valid values are 64 hexadecimal characters (0-9, A-E).

        If you use this request parameter, you must use the ckn request parameter and not use the secretARN request parameter.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object